the_storage 0.0.15
the_storage: ^0.0.15 copied to clipboard
A fast and secure storage library for Flutter: store key and iv in FlutterSecureStorage and individual iv for every record in SQLite
0.0.15 #
- Update CI actions (actions/checkout v4→v6, upload-pages-artifact v3→v4)
- Upgrade transitive dependencies
0.0.14 #
- Migrate from sqflite to drift for cross-platform SQLite support (iOS, Android, macOS, Windows, Linux, Web)
- Add web support via drift's WasmDatabase
- No public API changes — drift is an internal implementation detail
- Add web assets (sqlite3.wasm, drift_worker.js) to example app
0.0.13 #
- Update SDK constraints and dependencies
- Upgrade flutter_secure_storage from beta to stable
- Fix analyzer issues for very_good_analysis 10.2.0
0.0.12 #
- Update dependencies
- Update very_good_analysis
- Fix analyzer issues
0.0.11 #
- Improve documentation
0.0.10 #
- Add code coverage generation to the CI/CD pipeline
- Add code coverage badge to README.md
0.0.9 #
- Fix readme
0.0.8 #
- Add reactivity
0.0.7 #
- Add TheStorageInterface
0.0.6 #
- Add status badge to README.md
0.0.5 #
- Add additional docs
0.0.4 #
- Example app version fix
0.0.3 #
- Documentation formatting
0.0.2 #
- Lowered the minimum sdk version to 3.2.5 (pub.dev requirement at this moment)
0.0.1 #
- Initial version