Forms and navigation
Capturing user input and moving between screens are the two most frequent actions in any app. These exercises cover Flutter’s three main approaches: forms with Form and TextFormField including real-time validation, basic navigation with named routes, and the modern declarative approach with go_router.
- Modal BottomSheet in Flutter: solved exercise
- Deep links with go_router in Flutter: solved exercise
- go_router auth guards: solved exercise
- Not found route in Flutter: solved exercise
- go_router in Flutter: solved navigation exercise
- Named Routes in Flutter: solved navigation exercise
- Flutter Form Validation: solved exercise with TextFormField