Jonny Borges
Jonny Borges
You're right, the name is completely ambiguous. Thank you very much for your contribution. I will merge this soon
+1 for this feature
Same issue on moto z2
Issue solved with storage permission
> @shts I would like to get some help on this since I am using this library for my application. Hi, how did you implement video in that library? Can...
Just to explain what is happening: Get.offAllNamed will take all pages off the Stack, and open the named route next. You see the following in the logs: [GETX] Instance "HomeController"...
> > Just to explain what is happening: > > Get.offAllNamed will take all pages off the Stack, and open the named route next. > > You see the following...
Unfortunately this is a recurring problem with Flutter web, all variables are cleared in the hotreload (not just those related to navigation), and for this reason their controllers are being...
The truth is, this could be added using the NotificationListener widget and dispatching it inside getUpdate. It's not hard to do (actually 10 minutes of work). I only need to...
Hi, probably the next big version will have this. However, to implement the feature, it is necessary to decide whether the listener will be from reactive variables, or from controllers