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
.