Releases: gurleensethi/sailor
Releases · gurleensethi/sailor
v0.7.1
v0.7.0
- Fix Sailor API's to be compatible with latest Flutter API's.
Breaking Change
:Sailor.pop
returnsvoid
instead ofbool
.
v0.6.0
- Route Guards: Prevent routes from being opened based on a condition.
- More type checking for
SailorParams
:SailorParams<T>
now accept a generic typeT
, of the type of paramter that is required to be passed. When opening a route,runtimeType
of the passed value is compred to theT
passed when declaringSailorParam<T>
. - Provider
navigationKey
: An externalnavigatorKey
can be provided to sailor usingSailorOptions
.
v0.5.0
Add support for custom page transitions.