local_db_explorer 1.0.0+2 copy "local_db_explorer: ^1.0.0+2" to clipboard
local_db_explorer: ^1.0.0+2 copied to clipboard

A lightweight in-app database viewer/inspector for debugging local storage (Sqflite, Hive, SharedPreferences).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add local_db_explorer

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

dependencies:
  local_db_explorer: ^1.0.0+2

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:local_db_explorer/local_db_explorer.dart';
7
likes
150
points
36
downloads

Publisher

verified publisherlanha.space

Weekly Downloads

A lightweight in-app database viewer/inspector for debugging local storage (Sqflite, Hive, SharedPreferences).

Repository (GitHub)
View/report issues

Topics

#database #inspector #debug #debugging #dbviewer

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on local_db_explorer