storage_view 0.1.0-dev.4 storage_view: ^0.1.0-dev.4 copied to clipboard
Flutter inspector tool for any database, storage and shared_preferences
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add storage_view
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
storage_view: ^0.1.0-dev.4
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:storage_view/storage_view.dart';