get_x_navigation_generator 0.0.8 copy "get_x_navigation_generator: ^0.0.8" to clipboard
get_x_navigation_generator: ^0.0.8 copied to clipboard

discontinuedreplaced by: flutter_navigation_generator
outdated

Generate your getX navigator by annotating your screen

0.0.8 - 2023-01-30 #

  • Added a closeDialog method 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 #

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