fiber_router 1.3.8
fiber_router: ^1.3.8 copied to clipboard
Typed navigation layer built on go_router declarative view, node, and shell routes with fade transitions and code-generated BuildContext extensions.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fiber_routerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fiber_router: ^1.3.8Alternatively, 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:fiber_router/fiber_router.dart';