Skip to content

v0.6.0

Compare
Choose a tag to compare
@gurleensethi gurleensethi released this 15 Nov 05:30
· 4 commits to master since this release
  • Route Guards: Prevent routes from being opened based on a condition.
  • More type checking for SailorParams: SailorParams<T> now accept a generic type T, of the type of paramter that is required to be passed. When opening a route, runtimeType of the passed value is compred to the T passed when declaring SailorParam<T>.
  • Provider navigationKey: An external navigatorKey can be provided to sailor using SailorOptions.