The fast_app
brick can be configured with auto_route, go_router, or the vanilla navigator built into Flutter. You will be prompted when you make the fast_app
brick to select your routing system.
A separate router.dart
file will be added to the lib/app
directory and all built-in routes will be added with the appropriate names. When you add modules in the future (for example, the fast_feedback
module), it will be automatically added to the router you chose.