Flutter – PageController not working while putting it inside GetxController
I am building a flutter application and now I am working on the on boarding page. I am using Getx for state management and logic. In the on boarding screen I have a PageView.builder which returns the pages of the…