db_navigator 0.0.11 copy "db_navigator: ^0.0.11" to clipboard
db_navigator: ^0.0.11 copied to clipboard

outdated

A flutter package that provide easy navigation with navigator 2.0.

0.0.1 #

  • Provide a route delegate.
  • Enable inner navigation.
  • Enable navigation stack history saved.

0.0.2 #

  • Added ScopedPageBuilder which provide functionality to get notified when initial page has been exited.
  • Added widget tests that cover the new ScopedPageBuilder functionality.
  • Renamed the JsonPojoConverter to DestinationArgumentConverter to unify the api and make it more clear.

0.0.3 #

  • Update DBNavigationObserver to check initial destination by path rather than destination equality.

0.0.4 #

  • Disallow closing a screen which is the only one in the page stack.
  • Provide possibility to close all page until a specific page is displayed.

0.0.5 #

  • Provide option to retrieve the root DBRouterDelegate in tree of DBRouterDelegate for example nested navigation.

0.0.6 #

  • Added check if completer is future is not completed before completing it. This might happen if the pages that had pending future have been disposed.

0.0.7 #

  • Fixed DBRouterDelegate not updating the UI after closeUntil called.

0.0.8 #

  • Allow close until last page in stack.

0.0.9 #

  • Allow custom navigator observers to be provided.

0.0.10 #

  • Added support for didRemove in DBNavigationObserver.

0.0.11 #

  • Added support for reset, that reset the state of the DBNavigationObserver.
  • Added support for addAll, that add more ScopedPageBuilders to DBNavigationObserver.
  • Added support for custom navigation observer for the DBRouterDelegate.
  • Added support for dispose for the DBRouterDelegate, this is useful in a tree of DBRouterDelegate.
  • Added scopeName getter to ScopedPageBuilder, so they can be differentiated.
  • Fixed issue in DBNavigationObserver when the observer page builder list has changed but the event to exit ongoing scope has not yet been dispatched.
6
likes
0
pub points
36%
popularity

Publisher

unverified uploader

A flutter package that provide easy navigation with navigator 2.0.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, json_annotation

More

Packages that depend on db_navigator