Releases: vuongxuongminh/go_router_plus
Releases · vuongxuongminh/go_router_plus
4.1.1
What's Changed
- fix: bug chain redirector not wait future. by @vuongxuongminh in #11
Full Changelog: 4.1.0...v4.1.1
v4.1.0
What's Changed
- Add
initialExtra
arg to factory to pass extra data alongside initial screen. - Change type of
LoggedInState.loggedIn
getter toFutureOr<bool>
.
Full Changelog: 4.0.0...4.1.0
v4.0.0
What's Changed
- BC changed method builder of Screen and ShellScreen to build.
- Use Go Router export types instead redeclare.
Full Changelog: 3.0.0...4.0.0
v3.0.0
What's Changed
- BC: replace method [Screen.parentNavigatorKey()] with [Screen.parentNavigatorKey] getter.
- BC: replace method [ShellScreen.navigatorKey()] with [ShellScreen.navigatorKey] getter.
- [ShellScreen] add getter observers.
- Bump version of
go_router
to^6.2.0
. - Bump version of
very_good_analysis
to^4.0.0
. - Refactor codebase.
- Export package package:go_router/go_router.dart for dev experience, so we don't need to require both go_router and go_router_plus.
Full Changelog: 2.1.0...3.0.0
2.1.0
What's Changed
- Add support Go Router v6