browser_router 0.0.1
browser_router: ^0.0.1 copied to clipboard
An advanced navigation system for Flutter that enables typed routes, custom transitions, and robust overlay management.
0.0.1 #
- Initial release of the
browserpackage. - Centralized Route Management: Define all app routes in one place.
- Typed Route Arguments: Pass strongly-typed arguments to your routes safely, with validation.
- Custom Transitions: Easily implement custom page transitions (slide, fade, etc.).
- Versatile Presentations: Display routes as full pages, modal popups, or swipeable bottom sheets using
TraceRoute. - Semantic Navigation API: Create a reusable, semantic, and centralized navigation API with
Traceobjects. - Deep Linking: Automatically parses URL query parameters.
- Advanced Overlays & Popups: Show sequential banners, complex modals, and multi-level popups.