sqflite_common_ffi_web 0.4.5+3 sqflite_common_ffi_web: ^0.4.5+3 copied to clipboard
Sqflite web implementation using sqlite3 ffi and sqlite3 wasm.
0.4.5+3 #
- Setup for sqlite3 2.3.6
- Improved Wasm support
0.4.3+2 #
- Remove dependency on
dart:html
. Requires rebuilding the worker file.
0.4.2+3 #
- Setup for sqlite3 2.3.0
0.4.2+2 #
- Use local webdev dependency during setup.
- Setup for sqlite3 2.2.0
- Remove
io
dependency - requires sdk 3.2.0
0.4.1 #
- Use
dev_build
dependency instead ofdev_test
0.4.0 #
- dart 3 only
0.3.6 #
- sqlite3 2.0.0
0.3.5+1 #
- Dart 3 support
- sqlite3 1.11.1
0.3.4 #
- Depends on sqlite3 >= 1.11.0
- Bump sqlite3 wasm version
0.3.3+3 #
- Bump sqlite3 wasm version
- Report initialization error (missing worker file).
0.3.2 #
- strict-casts and sdk 2.18 support
0.3.1 #
- Support for transaction v2 and cross tab safety
0.3.0 #
- Use (basic) worker if shared worker is not available (android chrome for example)
0.2.0+1 #
- Initial version using shared worker