sqflite_migration_plan 0.1.0 copy "sqflite_migration_plan: ^0.1.0" to clipboard
sqflite_migration_plan: ^0.1.0 copied to clipboard

outdated

Flexible migrations for sqflite with a clear concise syntax.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sqflite_migration_plan

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

dependencies:
  sqflite_migration_plan: ^0.1.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:sqflite_migration_plan/sqflite_migration_plan.dart';
8
likes
90
pub points
68%
popularity

Publisher

verified publisherstarheightmedia.com

Flexible migrations for sqflite with a clear concise syntax.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, logging, sqflite

More

Packages that depend on sqflite_migration_plan