go_router_flow 6.2.0
go_router_flow: ^6.2.0 copied to clipboard
This is a fork of the go_router package that let's you communicate between pages by returning values on pop like in navigator 1.0.
6.2.0 #
- Updated to go_router 6.2.0
6.0.0+3 #
- Documentation error
6.0.0+2 #
- Fixed duplicate completer error
6.0.0+1 #
- Description change
6.0.0 #
- Updated to go_router 6.0.0
5.2.0+1 #
- .go flow fixed
5.2.0 #
- Returning values now works again
- Version number will match the go_router version it's updated
2.0.0 #
- Updated to go_router 5.2.0
1.0.0+1 #
- Fixed image
1.0.0 #
- Adds a Future option to
push
andpushNamed
making it posible to await results from apop
. - Adds an optional parameter to the
pop
method, allowing to return values from apop
.