flora_orm 3.2.0 copy "flora_orm: ^3.2.0" to clipboard
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. Use ValueGetter 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 or all = 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
3
likes
140
points
182
downloads

Publisher

verified publishertatlacas.com

Weekly Downloads

Flutter plugin for ORM in front of storage like sqflite and shared_preferences

Repository (GitHub)
View/report issues

Topics

#sql #database #orm #storage #persistence

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

BSD-3-Clause (license)

Dependencies

analyzer, build, build_config, collection, equatable, flutter, meta, path, path_provider, shared_preferences, source_gen, sqflite, sqflite_common, sqflite_common_ffi, uuid

More

Packages that depend on flora_orm