flora_orm 2.0.17 copy "flora_orm: ^2.0.17" to clipboard
flora_orm: ^2.0.17 copied to clipboard

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

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