Skip to content

Releases: gurleensethi/sailor

v0.7.1

11 Apr 02:45
Compare
Choose a tag to compare
  • Fix pop method return.

v0.7.0

07 Apr 18:29
Compare
Choose a tag to compare
  • Fix Sailor API's to be compatible with latest Flutter API's.
  • Breaking Change: Sailor.pop returns void instead of bool.

v0.6.0

15 Nov 05:30
Compare
Choose a tag to compare
  • 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.

v0.5.0

20 Sep 04:52
Compare
Choose a tag to compare

Add support for custom page transitions.