About 770,000 results
Open links in new tab
  1. Flutter: How to listen to variable change on GetX

    Sep 21, 2020 · Flutter: How to listen to variable change on GetX Asked 5 years, 2 months ago Modified 3 years, 7 months ago Viewed 45k times

  2. Newest 'flutter-getx' Questions - Stack Overflow

    Jun 10, 2025 · Getx Obx() is not updating on GridView, ListView and on BottomNavigationBar I have added Obx() for updating my UI as per with the variables.obs. It did not work so after that …

  3. What is the difference between setState and GetX in flutter?

    Jun 1, 2022 · 5 I am just looking forward to understanding the difference between using a normal setState(() {}) and the update() method of the Getx package. As much as I can see from the …

  4. Flutter: Get.back () not closing AlertDialog when using PopScope …

    Feb 18, 2024 · I am using GetX for state management and navigation in my Flutter app. After switching to PopScope, I encountered an issue where the Get.back () method does not close …

  5. flutter - How to use getx controller, binding,getview? - Stack …

    May 15, 2022 · I trying to create small project with getx, I have 3 file's get view,getxcontroller,binding and then when I'm running I get issue like this : Unhandled …

  6. flutter - send data through arguments with GetX - Stack Overflow

    Sep 15, 2021 · is it a good practice to send data with arguments in flutter using GetX (or any other way)? i mean is it good for performance and ram capcity ? ... like this example: …

  7. flutter - Getx Obx () is not updating on GridView, ListView and on ...

    Jun 10, 2025 · flutter flutter-getx flutter-listview bottom-navigation-bar flutter-gridview edited Jun 10 at 13:43 DarkBee 14.4k 9 85 134

  8. flutter - Custom Widget for GetX Dialog? - Stack Overflow

    Jul 4, 2022 · I am currently new in GetX. I know about showDialog() method from Flutter. But, what I want to achieve is a custom dialog derived from Get.defaultDialog() using the template …

  9. get - flutter passing multiple data with getx - Stack Overflow

    Nov 19, 2020 · flutter passing multiple data with getx Asked 5 years ago Modified 9 months ago Viewed 85k times

  10. Managing app lifecycle state with Getx in flutter?

    Nov 10, 2021 · what is the best approach to managing app lifecycle state? would you do it using a getxservice with WidgetsBindingObserver? thanks in advance.