sqflite_android
v2.4.2+2Android flutter plugin for SQLite, a self-contained, high-reliability, embedded, SQL database engine.
Package archive: https://pubdev.letsnova.ru/api/archives/sqflite_android/2.4.2+2.tar.gz
Install
dart pub add sqflite_androidReadme
sqflite_example
Demonstrates how to use the sqflite plugin.
Quick test
Run
flutter run
Android Tests
cd android
# Java unit test
./gradlew test
# With a emulator running
./gradlew connectedAndroidTest
Changelog
2.4.2+2
- Requires compile SDK 36
- Requires dart 3.9
2.4.1
- Requires dart 3.7
2.4.0
- Initial implementation from sqflite v2.3.3+2
