simple_router 0.1.0
simple_router: ^0.1.0 copied to clipboard
A simple router for flutter to navigate beetween screens without the need of the context. This package also provides middleware capabilities on route transitions.
0.1.0 #
Fully usable api
0.0.3+2 Improve #
Correcting to named parameter
0.0.3+1 Added New Features #
Add the possibility to pass a name to the route
0.0.3 Added New Features #
Add the possibility to add middlewares on transitions
0.0.2 Added Documentation #
Added some documentation on how to use the package and the licensing
0.0.1 First release #
The first release has common features like navigating without context, and appending actions on before and after the push of the route.