df_router 0.4.12
df_router: ^0.4.12 copied to clipboard
A lightweight router designed for ease of use and efficient state management.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add df_router
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
df_router: ^0.4.12
Alternatively, 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:df_router/df_router.dart';