Home / Latest

Photo of cryptocurrency, software, video game
Image: via kaisel.dev
Latest

Dart 3 Native Router for Flutter Released

WireByte Staff · August 1, 2026

Kaisel, a Dart 3 native router for Flutter, has been released, offering a typed and exhaustive approach to navigation. The router allows developers to define routes as sealed classes, eliminating runtime 'unknown route' errors. It also provides a stack-based history and supports tab switches and in-place changes.

Key points

  • Kaisel, a Dart 3 native router for Flutter, has been released by Kaisel.dev
  • The router uses sealed classes to define routes, eliminating runtime 'unknown route' errors
  • Developers can register a standard NavigatorObserver to track tab switches and in-place changes
  • The router does not require codegen, build_runner, or generated files
  • Kaisel supports a stack-based history and list operations for navigation
  • The router is designed to be testable and restorable across process death

Kaisel, a Dart 3 native router for Flutter, has been released by Kaisel.dev. The router provides a typed and exhaustive approach to navigation, allowing developers to define routes as sealed classes. This eliminates runtime 'unknown route' errors and enables the compiler to find every place that must handle a route.

The router also provides a stack-based history and supports tab switches and in-place changes that produce no route event in other routers. Developers can register a standard NavigatorObserver to track these changes. One of the key benefits of Kaisel is that it does not require codegen, build_runner, or generated files, making it easier to integrate into existing projects.

Kaisel is designed to be testable and restorable across process death, making it a reliable choice for Flutter developers. The router's plain Dart classes are easy to write and understand, and the getting started guide takes developers from installation to navigating with typed routes in just a few minutes.

Sources

WireByte Staff — Editorial Team

The WireByte editorial team synthesises technology news from multiple primary sources, verifies the facts, and links every source. Articles are produced with AI assistance and reviewed under our editorial policy.