get_x_navigation_generator 0.0.8
get_x_navigation_generator: ^0.0.8 copied to clipboard
Generate your getX navigator by annotating your screen
0.0.8 - 2023-01-30 #
- Added a
closeDialogmethod to the generated navigator - Changed NavigationType.popAllAndPush to NavigationType.pushAndReplaceAll so it's more in line with the Flutter API
- Changed NavigationType.pushAndReplaceAll and NavigationType.popAndPush to not be Future, unless a returnType is specified. This is to prevent the need to await the method call and keep viewmodels, or similar, in memory.
0.0.7 - 2023-01-17 #
- Added generateMethod and generatePage options
- Added isFullscreenDialog option
0.0.6 - 2023-01-10 #
- Added support for different pageType
0.0.5 - 2023-01-09 #
- Lowered the minimum required Dart SDK version to 2.18.0
- Lowered the minimum required analyzer version to 5.0.0 to prevent issue https://github.com/dart-lang/mockito/issues/579
0.0.4 - 2023-01-08 #
- Improved typing internally
- Added T type for GetPage
0.0.3 - 2023-01-08 #
- Changed generated file to .get_x_navigator.dart
0.0.2 - 2023-01-08 #
- Added support for middlewares
0.0.1 - 2023-01-07 #
- Initial release