journey 1.2.0 copy "journey: ^1.2.0" to clipboard
journey: ^1.2.0 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.2.0

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';
6
likes
150
points
58
downloads

Publisher

verified publisherjordylangen.com

Weekly Downloads

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