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)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sqlite_inspector

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  sqlite_inspector: ^0.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sqlite_inspector/sqlite_inspector.dart';
0
likes
160
points
255
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