storage_inspector 0.0.1-dev.2
storage_inspector: ^0.0.1-dev.2 copied to clipboard
A flutter plugin that facilitates inspection and modification of 'local storage' inside a flutter app
Flutter local storage inspector #
This library allows you to inspect your apps local storage at runtime. During development, use the "Local storage inspector" plugin (pending) in your IntelliJ based IDE to inspect and modify the local files, databases, models, ... of your app
Features #
- Bindings for shared preferences
- Bindings for secure storage
- Bindings for drift databases (WIP)
- Bindings for local files (WIP)
Getting started #
See example