comon_orm_sqlite_flutter 0.0.1-alpha.3
comon_orm_sqlite_flutter: ^0.0.1-alpha.3 copied to clipboard
Flutter asset-backed migration loading for comon_orm on top of the shared sqlite runtime.
Changelog #
0.0.1-alpha.3 #
- Aligned with core migration runtime APIs and
MigrationCapableDatabaseAdapterinterface. - Synchronized with
0.0.1-alpha.3release line across the monorepo.
0.0.1-alpha.2 #
- Synced Flutter SQLite runtime behavior with the core query planner and include-strategy pipeline.
- Kept generated-metadata runtime opening and local migration flows aligned with the latest core/sqlite package changes.
- Prepared the package for the coordinated
0.0.1-alpha.2dry-run publication set.
0.0.1-alpha.1 #
- Added generated-metadata runtime opening through
openFromGeneratedSchema(...)and generated Flutter SQLite client helpers. - Added explicit local migration APIs with
SqliteFlutterMigration,SqliteFlutterMigrator, andupgradeSqliteFlutterDatabase(...). - Added rebuild-table and SQL-first migration helpers for offline-first local SQLite upgrades.
- Updated docs, tests, and examples to separate local setup/migration flows from normal runtime opening.
0.0.1-alpha #
- Initial Flutter-oriented SQLite package scaffold.
- Added schema-aware bootstrap helpers and platform database-factory selection.
- Ported the SQLite runtime adapter to
sqflite_common. - Added async schema apply and
openAndApply...flows. - Integrated the package into the root pub workspace and validation tooling.