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

outdated

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.

This provides an easy abstraction to deal with named routes in a structured way. You can either access parameters passed in a URL fashioned way and/or use more complex objects.

For URL-like parameters just access the queryParameters getter provided by the abstraction. For complex objects use the routeExtra property.

Usage #

Just extend the RouteHandler class and implement its getRoute method.

Check out the example!

1
likes
0
points
29
downloads

Publisher

verified publishermagicleon94.dev

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on route_handler