frostrouter 0.9.0 copy "frostrouter: ^0.9.0" to clipboard
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 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.0

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. It is usually used to manage the transitions between pages. It provides an easier-to-use version of Flutter's default navigation system, helping to create a cleaner and more maintainable code structure. FrostRouter makes in-app routing more flexible and organized.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter

More

Packages that depend on frostrouter