Fluro is a lightweight, flexible routing library for Flutter that brings expressive, URL-like navigation to mobile apps. It lets developers define route patterns with path parameters and optional query strings, making it simple to extract dynamic values from navigation paths. The library focuses on clear, centralized route configuration, reducing boilerplate compared to hand-rolled navigation code. It supports custom route transitions so screens can animate in ways that match an app’s brand and motion language. Error handling hooks help capture unknown routes, and developers can funnel users to fallback pages or gracefully redirect. Because it sits close to Flutter’s own navigation mechanisms, it integrates cleanly and remains easy to adopt incrementally. Fluro’s sweet spot is teams that want readable, testable route tables and predictable parameter passing without heavy architectural overhead.
Features
- Supports route patterns with wildcards and named parameters
- Clean, declarative route definitions via handlers
- Built-in transition animations and easy custom transitions
- Acts as a middleware layer between screens to reduce boilerplate
- Null-safe and compatible with Dart 3 and latest Flutter versions
- Simplifies parameter parsing and route handling across large navigation flows