frostrouter 0.9.0
frostrouter: ^0.9.0 copied to clipboard
FrostRouter is a library that helps you move from one page to another in Flutter projects. It is usually used to manage the transitions between pages. It provides an easier-to-use version of Flutter's [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add frostrouterWith Flutter:
$ flutter pub add frostrouterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
frostrouter: ^0.9.0Alternatively, 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:frostrouter/frostrouter.dart';