sqlite3_native_assets 0.0.10
sqlite3_native_assets: ^0.0.10 copied to clipboard
Access to SQLite with the `sqlite3` package and the upcoming "Native assets" feature. This package will eventually replace `sqlite3_flutter_libs`.
0.0.10 #
- Support latest versions of the
hooks
andcode_assets
packages.
0.0.9 #
- Update to sqlite 3.50.4
0.0.8 #
- Include session extension by default.
0.0.7 #
- Update to sqlite 3.50.3
0.0.6 #
- Migrate to
package:hooks
. - Allow using custom amalgamations as sources.
0.0.5 #
- Update to sqlite 3.50.2
0.0.4 #
- Add user-defines to control how SQLite gets downloaded and compiled.
0.0.3 #
- Enable builtin math functions.
0.0.2 #
- Update to sqlite 3.49.1
0.0.1 #
- Initial version.