simple_router 1.0.0+1
simple_router: ^1.0.0+1 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.
[1.0.0+1] #
Formatting files
[1.0.0] #
Migrating to null safe
[0.1.0+1] #
Updating to the new Flutter stable version
[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.