-
**State Management**
1. Check the documentation
2. Check the current version of the package
3. Check if the current version has a real easier implementation than the previous version
4. Compare Pr…
-
**Fill in the template. Issues that do not respect the model will be closed.**
**Describe the bug**
How can I update specific value inside view
**Expected behavior**
update data in listview
…
-
Hi!
On others states managements with Reactive Event / Action approach like Redux or Bloc they have the possibility for catch all the state changes (in [bloc](https://bloclibrary.dev) lib they cal…
-
**Is your feature request related to a problem? Please describe.**
Currently GetX is like a Swiss Army knife whose too many responsibilities and features:
* Navigation
* Dependencies injection
* S…
-
Hi,
First of all, congratulations and many thanks for this package - it's wonderful and easy to use (at least, after you got a grip of the main features).
Second of all, after implementing an …
-
here simple code.
thank you!!!
```dart
class Controller extends GetXController{
int count = 0;
@override
void onInit(){
this.addListenner((){
print(this.count);
});
super.…
-
Ok.
-
**Fill in the template. Issues that do not respect the model will be closed.**
Hello Jonny Borges,
First of all I'd like to thank you for developing this superior package, and i wish you good heal…
-
How do I detect changes in a list of objects with Get? For example I have:
```
class Video {
VideoPlayerController controller;
final String url;
Video(this.url);
}
class VideosControl…
-
`GetBuilder` removes all initialized controllers in spite of attached tags to them
Expected behavior (Get 2.14.1)
[Screen recording](https://youtu.be/cDxmD_hEmPY)
Code to reproduce
```dar…