getx
getx copied to clipboard
Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
``` return GetMaterialApp( theme: ThemeData( snackBarTheme: SnackBarThemeData(actionTextColor: Colors.red),)); ``` Getx version 4.6.5 Flutter 3.0.5 Problem: When I set the following settings I expect that my snackbar take them. But the...
Hi, I’m trying to implement the following scenario with GetX navigation: a) on mobile, all navigation is happening inside root navigator (i.e. each screen is just a fullscreen page) b)...
I use the bottom navigation bar in Base View, but the active icon does not change when I change the page. I am using GetX and need help on how...
Get.closeCurrentSnackbar(); ``` +12246 ms] E/flutter ( 5276): [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: 'package:get/get_navigation/src/snackbar/snackbar_controller.dart': Failed assertion: line 99 pos 12: '!_transitionCompleter.isCompleted': Cannot configure a snackbar after disposing it. package:get/…/snackbar/snackbar_controller.dart:99 [ ] E/flutter (...
**Describe the bug** I am using `Get.snackbar(...)` and when it finishes disposing I keep getting the following error ``` [VERBOSE-2:ui_dart_state.cc(209)] Unhandled Exception: 'package:get[/get_navigation/src/snackbar/snackbar_controller.dart]()': Failed assertion: line 99 pos 12: '!_transitionCompleter.isCompleted':...
Hello, I am using Get router, but I find that currently the Get.to function cannot support `showCupertinoParallax`, could you add the field to the function? ``` Get.to( ()=>PageA(), opaque: false,...
Basicly the package is abandoned, and a lot of thinks that work in past are not the same. The last update is 2 months ago, so that only comprove my...
**ATTENTION: DO NOT USE THIS FIELD TO ASK SUPPORT QUESTIONS. USE THE PLATFORM CHANNELS FOR THIS. THIS SPACE IS DEDICATED ONLY FOR BUGS DESCRIPTION.** **Fill in the template. Issues that...
I need to change screen and I've used Get.toNamed('/noticeProblem') but I get the following error: ``` FlutterError (Navigator.onGenerateRoute was null, but the route named "/noticeProblem" was referenced. To use the...
When we call the offAndToNamed function, and then refresh the web page, it will prompt Get.arguments to be an empty object, how can I make it return to the home...