frostrouter 0.9.1 copy "frostrouter: ^0.9.1" to clipboard
frostrouter: ^0.9.1 copied to clipboard

FrostRouter is a library that helps you move from one page to another in Flutter projects.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add frostrouter

With Flutter:

 $ flutter pub add frostrouter

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

dependencies:
  frostrouter: ^0.9.1

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:frostrouter/frostrouter.dart';
0
likes
0
points
40
downloads

Publisher

verified publisherfrostaloncode.blogspot.com

Weekly Downloads

FrostRouter is a library that helps you move from one page to another in Flutter projects.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter

More

Packages that depend on frostrouter