flora_orm 3.2.0
flora_orm: ^3.2.0 copied to clipboard
Flutter plugin for ORM in front of storage like sqflite and shared_preferences
3.2.0 #
- BREAKING_CHANGES removed
CopyWith
. UseValueGetter
instead
3.1.1 #
- fix default value setting from OrmColumn annotation
3.1.0 #
- BREAKING_CHANGES refactor class naming to 'clean' names
2.1.1 #
- fix map casting in entity
2.1.0 #
- refactor to OrmContext and XxxxLocalDataSource
2.0.27 #
- formatting updates
2.0.26 #
- refactor code generation - fix analysis issues
2.0.25 #
- refactor enum type column generation
2.0.24 #
- Fix defaultValue specify required type
2.0.23 #
- Fix defaultValue specify required type
2.0.22 #
- Fix encoded defaultValue
2.0.21 #
2.0.20 #
2.0.19 #
- Throw on error in transaction
2.0.18 #
- Fix .migrations.dart generation
2.0.17 #
2.0.16 #
- Bug fixes
2.0.15 #
- Add support for Map columns
2.0.14 #
- Bug fix column name for collectionId
2.0.11 #
- add collectionId to Entity for grouping entities
2.0.10 #
2.0.9 #
2.0.8 #
2.0.7 #
- Use isolates for inserList, insertOrUpdateList
- use transactions for delete
2.0.6 #
- Update documentation
2.0.5 #
- Update README.md
2.0.4 #
- bug fixes
2.0.3 #
- enforce delete require either
where
orall = true
- add createTableAt
2.0.2 #
2.0.1 #
- Compatible with dependency constraint lower bounds
2.0.0 #
- Fix constraints lower bounds
1.0.9 #
- Remove deprecated code
1.0.8 #
- Fix backward compatibility issues
1.0.7 #
- Update README.md
- Updated example project
1.0.6 #
- Update README.md
1.0.4 #
- Update README.md
1.0.3 #
- Update README.md
1.0.2 #
- Update README.md
1.0.1 #
- Initial public release