captain 0.0.7 copy "captain: ^0.0.7" to clipboard
captain: ^0.0.7 copied to clipboard

declarative routing with an imperative facade. Captain manages Router (Navigator 2.0) logic by providing well defined API in old school format

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add captain

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

dependencies:
  captain: ^0.0.7

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:captain/captain.dart';
7
likes
130
points
51
downloads

Publisher

verified publisherquantumgray.tech

Weekly Downloads

declarative routing with an imperative facade. Captain manages Router (Navigator 2.0) logic by providing well defined API in old school format

Homepage
Repository (GitHub)

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on captain