sqflite_migrations 0.1.2 copy "sqflite_migrations: ^0.1.2" to clipboard
sqflite_migrations: ^0.1.2 copied to clipboard

Migrations manager for sqflite.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sqflite_migrations

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

dependencies:
  sqflite_migrations: ^0.1.2

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:sqflite_migrations/sqflite_migrations.dart';
0
likes
15
pub points
8%
popularity

Publisher

unverified uploader

Migrations manager for sqflite.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

sqflite

More

Packages that depend on sqflite_migrations