moduler_route 1.3.0+1 copy "moduler_route: ^1.3.0+1" to clipboard
moduler_route: ^1.3.0+1 copied to clipboard

A project to separete your aplication in modules and manager yout routes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add moduler_route

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

dependencies:
  moduler_route: ^1.3.0+1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:moduler_route/moduler_route.dart';
8
likes
110
pub points
37%
popularity

Publisher

unverified uploader

A project to separete your aplication in modules and manager yout routes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

collection, flutter, page_transition

More

Packages that depend on moduler_route