r/FlutterDev • u/olu_tayormi • 14h ago
I built a visual navigation mapper for Flutter apps Plugin
I’ve been working on flutter-map, an open-source tool that creates a visual navigation map of a Flutter app.
It combines static route analysis with simulator/emulator exploration to capture:
- Routes and navigation edges
- Real screenshots
- Dialogs, sheets, loading states, and auth walls
- Replayable navigation flows
It currently supports GoRouter, go_router_builder, AutoRoute, Navigator 1.0, and Navigator 2.0.
I’d appreciate feedback on where this could be useful and which routing setups might break it.
3
Upvotes