nuvigator 0.1.1 copy "nuvigator: ^0.1.1" to clipboard
nuvigator: ^0.1.1 copied to clipboard

outdated

A powerful and strongly typed routing abstraction over Flutter navigator, providing some new features and an easy way to define routers with code generation.

CHANGELOG #

0.1.1 #

  • Fix a bug when trying to call onDeepLinkNotfound

0.1.0+2 #

  • Update pubspec.yaml dependencies versions

0.1.0+1 #

  • Improve pub description and update packages

0.1.0 #

  • [BREAKING] Major refactor and API revamp
  • Create Nuvigator navigator widget
  • Make Hero animations work
  • Screen was renamed to ScreenRoute
  • FlowRoute is a ScreenRoute for nested Nuvigators.
  • Make ScreenRoute cary information about DeepLinks
  • Make GlobalRouter able to be created with callbacks and a baseRouter
  • Add cupertinoDialogScreenType ScreenType
  • Provide access to the GlobalRouter through InheritedWidgets
  • Remove the need to extend the GlobalRouter
  • Removal of NavigationService in favor of ScreenRoute
  • Removal of FlowRouter in favor of nested Nuvigators
  • Removal of ScreenContext in favor of BuildContext
  • Added code generation for creating code from a base Router defined

0.0.4 #

  • Fix transition animation when coming from native
  • Fix transition animation when popping from flow

0.0.3 #

  • FlowRouter type now extends Object
  • The arguments of push methods was changed from Map to Object
  • ScreenWidget now is generic to set args type (default is Object)

0.0.2 #

  • Add popUntil to NavigationService

0.0.1 #

  • Initial version
48
likes
0
pub points
49%
popularity

Publisher

verified publishernubank.dev

A powerful and strongly typed routing abstraction over Flutter navigator, providing some new features and an easy way to define routers with code generation.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, build, build_config, code_builder, dart_style, flutter, path_to_regexp, source_gen

More

Packages that depend on nuvigator