-
**Describe the bug**
I want to implement the RouteGuards, auto-nested navigation & all other features of the [auto_route](https://pub.dev/packages/auto_route) package using the [ExtendedNavigator ](h…
-
# Refactor with GetX
As a **programmer**,
I want to refactor with **GetX**,
so I can **have a better state-management**.
- [ ] Implement GetX
- [ ] Implement controller and bindings
-
How can I run a function when variable changes ? GetX always wants a Widget in observer's return type
-
Hi I'm trying to clearlist of observable data by using cardList.value.clear()
final cardList = List().obs;
cardList.value.clear();
but it's not working.
what is the process to clear obser…
-
**Describe the bug**
Using Get.width works fine on devices and MacOS, but does not work on Linux and Windows (for now, had to change back to using MediaQuery.
**Reproduction code**
See Below
*…
-
In GitLab by @11712616 on Oct 15, 2021, 20:50
_Merges 9-create-new-exercise -> develop_
Closes #9
-
GetX is an extra-light and powerful solution for Flutter. It combines high performance state management, intelligent dependency injection, and route management in a quick and practical way.
I think i…
-
I want to build my own RxFun subclass of Rx. The idea is that you define it like this:
```
RxInt a = 1.obs;
RxInt b = 2.obs;
Rx sum = RxFun(()=> a.value + b.value);
```
For a simple addition thi…
-
GetX package readme says:
- Step 1: Add "Get" before your MaterialApp, turning it into GetMaterialApp
` void main() => runApp(GetMaterialApp(home: Home()));`
- Note: This step in only…
-
**Is your feature request related to a problem? Please describe.**
I my opinion, this example do not show how good GetX is as a state management.
When i saw this code, i wondered: why don't simply m…