lm_flutter_router 0.0.1
lm_flutter_router: ^0.0.1 copied to clipboard
Typed adaptive Flutter routing with custom RouterDelegate navigation, guards, deep links, iOS-style transitions, and split-view projection.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add lm_flutter_routerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
lm_flutter_router: ^0.0.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:lm_flutter_router/lm_flutter_router.dart';