simple_router 0.0.3
simple_router: ^0.0.3 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.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.