ok_route 0.1.4 copy "ok_route: ^0.1.4" to clipboard
ok_route: ^0.1.4 copied to clipboard

discontinued

Use route with annotation. See document for how to use.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate ok_route

Use it

The package has the following executables:

$ ok_route

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ok_route

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

dependencies:
  ok_route: ^0.1.4

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

Import it

Now in your Dart code, you can use:

import 'package:ok_route/ok_route.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Use route with annotation. See document for how to use.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

yaml

More

Packages that depend on ok_route