flutter_sqlite 1.0.2 copy "flutter_sqlite: ^1.0.2" to clipboard
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 of dart:mirrors for full Flutter compatibility
  • Updated pubspec.yaml to use latest ffi and lints 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
4
likes
140
points
32
downloads

Publisher

verified publishermo-shaheen.wuaze.com

Weekly Downloads

A cross-platform Flutter SQLite plugin using FFI with annotation-based API

Homepage

Topics

#sqlite #database #persistence #orm #offline

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter

More

Packages that depend on flutter_sqlite

Packages that implement flutter_sqlite