journey 1.1.1 copy "journey: ^1.1.1" to clipboard
journey: ^1.1.1 copied to clipboard

This package helps you run one-time migrations in your app incrementally, while trying to reduce impact on app start-up time as much as possible.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add journey

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

dependencies:
  journey: ^1.1.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:journey/journey.dart';
5
likes
140
pub points
36%
popularity

Publisher

verified publisherjordylangen.com

This package helps you run one-time migrations in your app incrementally, while trying to reduce impact on app start-up time as much as possible.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, meta, path_provider

More

Packages that depend on journey