sqflite 0.3.1 copy "sqflite: ^0.3.1" to clipboard
sqflite: ^0.3.1 copied to clipboard

outdatedDart 1 only

SQLite flutter plugin

0.3.1 #

  • Remove temp concurrency experiment

0.3.0 #

2018/01/04

  • Breaking change. Upgraded to Gradle 4.1 and Android Studio Gradle plugin 3.0.1. Older Flutter projects need to upgrade their Gradle setup as well in order to use this version of the plugin. Instructions can be found here.

0.2.4 #

  • Dependency on synchronized updated to >=1.1.0

0.2.3 #

  • Make Android sends the reponse in the same thread then the caller to prevent unexpected behavior when an error occured

0.2.2 #

  • Fix unchecked warning on Android

0.2.0 #

  • Use NSOperationQueue for all db operation on iOS
  • Use ThreadHandler for all db operation on Android

0.0.3 #

  • Add exception handling

0.0.2 #

  • Add sqlite helpers based on Razvan Lung suggestions

0.0.1 #

  • Initial experimentation