sqlite_inspector 0.0.3
sqlite_inspector: ^0.0.3 copied to clipboard
Dev-only HTTP inspector for on-device SQLite (debug)
Changelog #
All notable changes to this project will be documented in this file.
The format loosely follows Keep a Changelog and the project adheres to Semantic Versioning.
0.0.3 - 2025-10-29 #
Added #
- Added compatibility warning for
sqlite3_flutter_libsversion requirements - Added version compatibility matrix showing which versions work together
- Added comprehensive troubleshooting guide for Gradle
metadata.binerrors - Linked troubleshooting documentation from README
Changed #
- Updated documentation and examples to reference version 0.0.3
0.0.2 - 2025-10-20 #
Fixed #
- Mark the package as Flutter (
flutterSDK +flutterdependency) so pub.flutter-io.cn analyzes it correctly. - Add public API docs and analysis options.
0.0.1 - 2025-10-19 #
Added #
- Initial release of sqlite_inspector.
- First public release.
- Dev-only HTTP server (
SqliteInspector.start()) to browse/query on-device SQLite from VS Code. - Endpoints: /v1/health, /v1/databases, /v1/tables, /v1/schema, /v1/data-version, /v1/query, /v1/exec, /v1/batch, /v1/config.
- Safe defaults: loopback-only, DDL disabled by default, optional x-debug-token.