flutter_sqlite 1.0.2
flutter_sqlite: ^1.0.2 copied to clipboard
A cross-platform Flutter SQLite plugin using FFI with annotation-based API
Changelog #
1.0.2 - 2025-08-02 #
🚀 Changes #
- Restructured package layout for clarity and maintainability
- Removed unused native platform folders (
android/
,ios/
,macos/
,linux/
,windows/
) - Now fully powered by FFI with SQLite amalgamation for all platforms
- Added official WebAssembly (
sqlite3.wasm
) + JavaScript loader support for Flutter Web - Switched to manual model mapping (
toMap
/fromMap
) instead ofdart:mirrors
for full Flutter compatibility - Updated
pubspec.yaml
to use latestffi
andlints
versions
⚡ Notes #
- This is the second release of the package
- Database usage is now simpler, safer, and works consistently across Android, iOS, macOS, Windows, Linux, and Web