sqlite_schema_upgrader 1.0.6 copy "sqlite_schema_upgrader: ^1.0.6" to clipboard
sqlite_schema_upgrader: ^1.0.6 copied to clipboard

This package helps your app to upgrade your database schema every time you have to push out a new version of your app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sqlite_schema_upgrader

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

dependencies:
  sqlite_schema_upgrader: ^1.0.6

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:sqlite_schema_upgrader/sqlite_schema_upgrader.dart';
2
likes
160
points
53
downloads

Publisher

unverified uploader

Weekly Downloads

This package helps your app to upgrade your database schema every time you have to push out a new version of your app.

Repository (GitHub)

Topics

#sqlite #database

Documentation

API reference

License

MIT (license)

Dependencies

flutter, sqflite, sqflite_common_ffi, sqlite3

More

Packages that depend on sqlite_schema_upgrader