sqlite3 3.0.0-beta.0
Pre-release
Pre-release
·
33 commits
to main
since this release
Note: Version 3 of package:sqlite3 is not production ready. The main purpose of this release is to verify the release automation for hooks. If you're looking for sqlite3.wasm, download that file from a v2 release.
- Breaking change: Use build hooks to load SQLite instead of
DynamicLibrary.- The SQLite library can only be customized with user defines.
- You should drop your dependencies on
sqlite3_flutter_libsandsqlcipher_flutter_libswhen upgrading.
- Breaking change: Parameters to
SqliteExceptions are now named.