flutter_storage_inspector 0.2.0 copy "flutter_storage_inspector: ^0.2.0" to clipboard
flutter_storage_inspector: ^0.2.0 copied to clipboard

A debug-only Flutter package for inspecting, searching, editing, exporting, and managing local application storage with a developer-focused UI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_storage_inspector

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

dependencies:
  flutter_storage_inspector: ^0.2.0

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:flutter_storage_inspector/flutter_storage_inspector.dart';
3
likes
140
points
58
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A debug-only Flutter package for inspecting, searching, editing, exporting, and managing local application storage with a developer-focused UI.

Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #debug #developer-tools #local-storage #sharedpreferences

License

MIT (license)

Dependencies

flutter, flutter_secure_storage, get_storage, hive_flutter, shared_preferences

More

Packages that depend on flutter_storage_inspector