beamer 1.5.3 copy "beamer: ^1.5.3" to clipboard
beamer: ^1.5.3 copied to clipboard

A routing package built on top of Router and Navigator's pages API, supporting arbitrary nested navigation, guards and more.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add beamer

With Flutter:

 $ flutter pub add beamer

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

dependencies:
  beamer: ^1.5.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:beamer/beamer.dart';
1232
likes
0
pub points
96%
popularity

Publisher

verified publisherbeamer.dev

A routing package built on top of Router and Navigator's pages API, supporting arbitrary nested navigation, guards and more.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on beamer