-
First of all, this package is the best thing since chat GPT 3.5. It's as close to perfect as I have ever seen for a state management package. It makes writing Flutter apps so much more enjoyable. And …
-
Hi !
Thank you for this plugin, it so easy to understand.
I start to use this snippet to connect my Odoo instance, I use GetX for state management.
After connecting user, I want to have the user se…
-
**Listen to a field of an abs object.**
**I want to listen to changes of a field from obs object, for example,**
```
class MyEntity{
int id;
String name;
.
.
.
}
```
I declare my ent…
-
Actually, I'm using a scan button to show scanner and hide content and vice versa. I have placed my scanner inside a scaffold and a back button is defined which just sets back the boolean used for ab…
-
**I've been using getx for state management, but after a recent code refactoring I had a hot restart blocking problem, and couldn't find the cause**
**Describe the bug**
The program works fine aft…
-
**Describe the bug**
when i go from screen 1 to screen 2 i expect the controller to be deleted/disposed but this doesn't happen. and you can see this as the timer completes from where it stopped.
i…
xEyad updated
12 months ago
-
Dear author, consider adding `computed` (as in MobX).
These are getters which based upon observables (like `String get fullname => firstName + lastName`). When accessed, they recalculate its values o…
-
### **Upcoming Plugin Upgrade Alert! 🚀**
**🚀 Here's a sneak peek of what's in the upcoming stable version of `pod_player(1.0.0)`**
**Migrating to flutter_bloc**:
> We are replacing the underly…
-
### Contact Details
_No response_
### Is your feature request related to a problem? Please describe.
am just asking why its not supported on IOS? maybe we can help if we know why its not
### Desc…
-
**Describe the bug**
**Multiple widgets used the same GlobalKey** error when using Getx Route Management for Web
**Reproduction code**
Simply run the example_nav2 from Getx repository
**Expect…