fiber_router 1.3.3 copy "fiber_router: ^1.3.3" to clipboard
fiber_router: ^1.3.3 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 Dart:

 $ dart pub add fiber_router

With Flutter:

 $ flutter pub add fiber_router

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  fiber_router: ^1.3.3

Alternatively, your editor might support dart pub get or 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';
1
likes
0
points
79
downloads

Publisher

verified publisherfiberstudio.app

Weekly Downloads

Typed navigation layer built on go_router declarative view, node, and shell routes with fade transitions and code-generated BuildContext extensions.

Repository (GitHub)
View/report issues

Topics

#navigation #router #go-router

License

unknown (license)

Dependencies

change_case, flutter, go_router

More

Packages that depend on fiber_router