katana_router_riverpod 1.2.5
katana_router_riverpod: ^1.2.5 copied to clipboard
Building system for katana router packages. Automatic Page route generation for riverpod.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add katana_router_riverpodThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
katana_router_riverpod: ^1.2.5Alternatively, 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:katana_router_riverpod/katana_router_riverpod.dart';