route_handler 2.0.0 copy "route_handler: ^2.0.0" to clipboard
route_handler: ^2.0.0 copied to clipboard

A simple abstraction that provides a structured guideline for named route handling in Flutter

route_handler #

A simple abstraction that provides a structured guideline for named route handling in Flutter.

It supports query parameters for url-like behaviors and, via the routeExtra arguments property it is possible to provider more complex objects to the route.

If arguments not provided, it defaults to the RouteSettings argument property value.

Usage #

Just extend the RouteHandler class and implement its getRoute method.

Check out the example!

1
likes
120
pub points
55%
popularity

Publisher

verified publishermagicleon94.dev

A simple abstraction that provides a structured guideline for named route handling in Flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on route_handler