Fix GetConnect on Flutter web
Unclaimed project
Are you a maintainer of getx? Claim this project to take control of your public changelog and roadmap.
Changelog
Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
Fix GetConnect on Flutter web
Add useInheritedMediaQuery to GetMaterialApp and GetCupertinoApp (@davidhole) Add Circular reveal Transition (@parmarravi) Add request to failed response (@heftekharm) Fix internationalization with only country code (@codercengiz) Add GetTickerProviderStateMixin when multiple AnimationController objects are used (@NatsuOnFire) Add the followRedirects and maxRedirects fields to the Reques...
[4.5.1] - Fix Snackbar when it have action and icon the same time
[4.5.0] - Big Update To have a context-free, page-agnostic snackbar, we used OverlayRoute to display a partial route. However this had several problems:
1: There was no possibility to close the page without closing the snackbar 2: Get.back() could cause problems with tests of Get.isSnackbarOpen not being properly invoked 3:...
Release 4.3.5
This update fixes important bugs as well as integrates with Navigator 2. It also adds GetRouterOutlet, similar to angular RouterOutlet thanks to @ahmednfwela. Also, the documentation translation for Vietnamese (@khangahs) has been added, making the GetX documentation available for 11 different languages, which is just fantastic for any opensource project. GetX has achiev...