Flutter Getx route argument data is lost when hot reload
Question might be misleading, but I’m currently working on a project where I use Get.toNamed
a lot and I’m sending some data every time. But, when I hot reload the changes I get
how can i put all my controllers in one file using getX in Flutter and still access the methods and properties
i have three controllers in my application and they are going to increase as the application grows, but i want a central controller file that i can include in every file so that instead of using Get.Put() to add all the controllers or Get.Find() to find the controller, i could just use one file.. and reference the other controllers….
Rebuild the current page in pageview builder to see changes using Getx – Flutter
I have a pageview.builder that is being used to display 1 user profile at a time and has pagination to it. There are few buttons, like shortlist, ignore etc., which are toggleable (icon & text changes). Tap on the button would call API and upon success it should toggle.