sqflite_auto_migration 1.0.2 copy "sqflite_auto_migration: ^1.0.2" to clipboard
sqflite_auto_migration: ^1.0.2 copied to clipboard

Use source_gen and build_runner to auto generate migration function for sqlite by using override migration class and annotated with version number

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sqflite_auto_migration

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

dependencies:
  sqflite_auto_migration: ^1.0.2

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_auto_migration/sqflite_auto_migration.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Use source_gen and build_runner to auto generate migration function for sqlite by using override migration class and annotated with version number

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

build, flutter, mustache4dart, source_gen, sqflite

More

Packages that depend on sqflite_auto_migration