sqflite 0.2.4 sqflite: ^0.2.4 copied to clipboard
SQLite flutter plugin
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