kaisel 0.21.0-dev.1
kaisel: ^0.21.0-dev.1 copied to clipboard
A Dart 3-native Flutter router built on sealed routes, pattern matching, and a stack-as-state model. No string paths, no codegen.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add kaiselThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
kaisel: ^0.21.0-dev.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:kaisel/kaisel.dart';