imperative_page_routes 0.0.2 copy "imperative_page_routes: ^0.0.2" to clipboard
imperative_page_routes: ^0.0.2 copied to clipboard

A Flutter library with pages from imperative routing that can be used in a declarative way.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add imperative_page_routes

With Flutter:

 $ flutter pub add imperative_page_routes

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

dependencies:
  imperative_page_routes: ^0.0.2

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:imperative_page_routes/imperative_page_routes.dart';
3
likes
0
points
2.06k
downloads

Publisher

verified publishernertaicon.dev

Weekly Downloads

A Flutter library with pages from imperative routing that can be used in a declarative way.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on imperative_page_routes