GetX app-wide state not propagating upwards
I’m using just the state management feature of GetX, so app is not wrapped in getmaterialapp. I’ll explain what I had, the problem, what i tried.
get : The term ‘get’ is not recognized as the name of a cmdlet, function, script file, or operable program
i have a problem with GetX FLutter when i try to write this in terminal: “get create page:register”
Flutter GetX: Navigating to New Product Details Page with Different Product ID Fails to Load New Data
Question I am developing an e-commerce app using Flutter with GetX for state management. I have a ProductDetailsView that displays product details using a named route and arguments. In the ProductDetailsController, I load product details based on the product ID passed through arguments. Here is my controller code: import ‘package:e_commerce/api/send_request.dart’; import ‘package:e_commerce/app/data/color_collections.dart’; import ‘package:e_commerce/app/widgets/theme_mode.dart’; import […]
Flutter GetX: Navigating to New Product Details Page with Different Product ID Fails to Load New Data
Question I am developing an e-commerce app using Flutter with GetX for state management. I have a ProductDetailsView that displays product details using a named route and arguments. In the ProductDetailsController, I load product details based on the product ID passed through arguments. Here is my controller code: import ‘package:e_commerce/api/send_request.dart’; import ‘package:e_commerce/app/data/color_collections.dart’; import ‘package:e_commerce/app/widgets/theme_mode.dart’; import […]
How to update the UI with Get Controller with custom tab view?
my main screen has a tab bar with a custom TabBarView and an icon button that shows a dialog to change the location state to reload the data with the new state
Flutter How to update the UI with Get Controller with custom tab view?
my main screen has a tab bar with a custom TabBarView and an icon button that shows a dialog to change the location state to reload the data with the new state
Why would wrapping a Row in Obx create an error?
I have a widget that renders as expected, but when I wrap it with Obx((){})
I get an error. The wrapped code looks like this (I can add details about variables, etc. if desired):
How to get screen size without toolbar, bottomnavigationbar and etc height size in flutter?
I’m sorry for my bad english.
Flutter Getx: UI not responding when calling Get.snackbar()
My UI gets unresponsive whenever I call the Get.snackbar() method using getx. After the snackbar disappears my Ui becomes responsive again. Is there any way to change this behaviour to make the Ui responsive even when the snackbar is being shown? Below is the code:
A GlobalKey was used multiple times in my flutter project
I have problem in my project.
I use Flutter and GetX to create routes.
For now it’s a simple project but I have error when I refresh this code in my VS.