sqflite_migration
A library to enable sqlite db migrations, using sqflite plugin.
0.3.0
13K downloads/mo
#2655 most downloaded on pub.dev
flutterings/sqflite_migration
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Ships fairly regularly
a new release about every 6 months
Most releases are documented
notes for 6 of 7 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
7 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
7 releases · Mar 2019 to Apr 2021Releases
latest 7-
0.3.014 Apr 2021Release notes
Open source →Feats
- Support null-safety. 36a4011
Bugs
- Fixed async/await bug in executeInitialization function. 0fb80ae
Docs
-
0.2.004 Sep 2020Release notes
Open source →Based on open_database_with_migration.dart new version of database every time will be equal migrations.length + 1. Situation when we'll perform migration to the version lesser than migrations.length + 1 looks impossible, because of the way we determine the current version. In this case assertion should check it in the manner suggested by the current PR.
Release notes
Open source →Bugs
- Based on open_database_with_migration.dart new version of database every time will be equal migrations.length + 1. Situation when we'll perform migration to the version lesser than migrations.length + 1 looks impossible, because of the way we determine the current version. In this case assertion should check it in the manner suggested by the current PR. ad24d00
-
0.1.223 Aug 2019 -
0.1.123 Aug 2019Release notes
Open source →Chore
- replace deprecated fonts-droid dependency in travis, with fonts-droid-fallback 091605a
Bugs
- allow empty scripts array closes #2 5d22773
-
0.1.019 Mar 2019 -
0.0.204 Mar 2019Release notes
Open source →Chore
- fix formatting issue 8155d98
Fixes
- Use dart:async imports to make the library backward compatible. 6b4194e
Docs
- enhance package description. e6804ba
This CHANGELOG.md was generated with Changelog for Dart
-
0.0.103 Mar 2019Nothing published for this version