flutter_sqlite_m8_generator 0.2.3+1
flutter_sqlite_m8_generator: ^0.2.3+1 copied to clipboard
Flutter package to generate SQLite fixture in conjuction with the package flutter_orm_m8.
Changelog #
[Unreleased] #
0.2.3+1 - 2019-04-15 #
0.2.3 - 2019-04-14 #
0.2.2 - 2019-04-12 #
Added #
- Bidirectional mapping for Model DateTime to Database Integer
- Complete implementation for trackable, update and create, fields
- Boolean extremeDevelopmentMode field to DatabaseHelper to control regeneration of database in dev mode
0.2.1 - 2019-04-09 #
0.2.0 - 2019-04-07 #
0.1.1 - 2019-04-06 #
0.1.0 - 2019-04-05 #
0.0.7 - 2019-04-03 #
Added #
- Working generator, ready to be published
- Soft delete annotation implemented
- Track create annotation implemented
- Track update annotation implemented
0.0.5 - 2019-04-01 #
Added #
- A simple fields enumeration with model type
- A basic type mapper for Sqlite types
- Expanding metadata in column definition
- Extracting the primary key name