kaisel
- Get startedTerminal windowflutter pub add kaiselThe getting started guide takes you from install to navigating with typed routes in a few minutes — sealed class, exhaustive switch, done.
- Sealed routes, exhaustive buildsNavigation is a switch over a sealed type.
- Add a route and the compiler finds every place that must handle it — no runtime “unknown route” left.
Unverified
- Get startedTerminal windowflutter pub add kaiselThe getting started guide takes you from install to navigating with typed routes in a few minutes — sealed class, exhaustive switch, done.
- Sealed routes, exhaustive buildsNavigation is a switch over a sealed type.
- Add a route and the compiler finds every place that must handle it — no runtime “unknown route” left.
Sources: Kaisel