sqflite_db_inspector 0.1.5
sqflite_db_inspector: ^0.1.5 copied to clipboard
Flutter DevTools extension and VM service hook to browse sqflite databases in any Flutter app (tables, schema, row preview, live refresh).
Changelog #
0.1.5 #
- README: document
sqflite_db_inspectorunderdependenciesagain (notdev_dependencies).
0.1.4 #
- Bump version for dev dependency usage in README and pubspec.
0.1.3 #
- Rebuilt DevTools extension for
ext.sqflite_db_inspector.inspect; build script fixes PATH when using a fullflutterpath; web build avoids experimental null-aware map literals.
0.1.2 #
- Lowered minimum Dart/Flutter SDK constraints for the main package; relaxed dev lints where needed.
0.1.1 #
- Documentation updates.
0.1.0 #
- Initial release as sqflite_db_inspector: VM service
ext.sqflite_db_inspector.inspectand DevTools UI for tables,PRAGMA table_info, and row preview with live polling.