DigiNews

Tech Watch by Johan Denoyer

← Back to articles

Kaisel – Routes as Values. Dart 3 Native Router for Flutter

Quality: 8/10 Relevance: 9/10

Summary

kaisel is a Dart 3-native router for Flutter that avoids string paths and codegen by using typed routes and sealed classes. Navigation is modeled as a value stack with testable, exhaustively checked routes and a single NavigatorObserver for visibility across changes; it’s an open-source project with documentation and migration guides.

πŸš€ Service construit par Johan Denoyer