sqlite_inspector 0.0.3 copy "sqlite_inspector: ^0.0.3" to clipboard
sqlite_inspector: ^0.0.3 copied to clipboard

PlatformAndroid

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_libs version requirements
  • Added version compatibility matrix showing which versions work together
  • Added comprehensive troubleshooting guide for Gradle metadata.bin errors
  • 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 (flutter SDK + flutter dependency) 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.
0
likes
160
points
263
downloads

Publisher

verified publisherccisne.dev

Weekly Downloads

Dev-only HTTP inspector for on-device SQLite (debug)

Repository (GitHub)
View/report issues

Topics

#sqlite #debug #developer-tools #macss

Documentation

API reference

License

MIT (license)

Dependencies

flutter, sqlite3, sqlite3_flutter_libs

More

Packages that depend on sqlite_inspector