get_x_navigation_generator_annotations 0.1.0
get_x_navigation_generator_annotations: ^0.1.0 copied to clipboard
Generate your getX navigator by annotating your screen
0.1.0 (2023-06-14) #
- Updated dependencies and support for Dart 3
- Removed returnTypeNullable
0.0.8 (2023-03-03) #
- Added support to specify
customTransition
,transition
,transitionDurationInMilliseconds
,participatesInRootNavigator
,title
,maintainState
,opaque
,popGesture
andshowCupertinoParallax
for generated methods
0.0.7 (2023-02-08) #
- Added NavigationType.dialog and getXDialog annotation
- Added removeSuffixes to remove suffixes from the generated route name
0.0.6 (2023-01-30) #
- Changed NavigationType.popAllAndPush to NavigationType.pushAndReplaceAll so it's more in line with the Flutter API
0.0.5 (2023-01-17) #
- Added generateMethod and generatePage options
- Added isFullscreenDialog option
- Renamed to get_x_navigation_generator_annotations
0.0.4 (2023-01-10) #
- Added support for different pageType
0.0.3 (2023-01-09) #
- Lowered the minimum required Dart SDK version to 2.18.0
0.0.2 (2023-01-08) #
- Added support for middlewares
0.0.1 (2023-01-07) #
- Initial release