explorator 1.0.0 explorator: ^1.0.0 copied to clipboard
A routing system which fits perfectly between catalyst_builder and the flutter router.
explorator #
Explorator is a routing system which works great together with catalyst_builder and the default Flutter router.
The main advantage is having dependency injection in all your routes / widgets without wire them the hard way.
Installation / Configuration #
FAQ #
Can I add more than one RouteProvider? #
Yes, that's definitive one of the design principles of this package. I'm a fan of the OCP => you can add more routes without touching existing code.
Is Flutter web supported? #
Yes, all platforms are supported.
Tests #
./run_tests.sh