mole 0.1.2 copy "mole: ^0.1.2" to clipboard
mole: ^0.1.2 copied to clipboard

Local storage inspector for Flutter - see, edit, and clear everything your app has stored in SharedPreferences, Hive, Secure Storage, and caches.

0.1.2 #

  • Loosen flutter_secure_storage to >=9.2.4 <12.0.0 — no longer forces FSS 11 or Android SDK 37 on existing apps.
  • Add optional package:mole/secure_storage.dart import for secure storage adapters (MoleSecureStorageSource is no longer exported from package:mole/mole.dart).
  • Document secure storage import in README.

0.1.1 #

  • Upgrade flutter_secure_storage to ^11.0.0

0.1.0 #

  • Initial release: local storage inspector for Flutter.
  • Built-in source adapters for SharedPreferences, Hive, and Secure Storage.
  • Floating bubble + Material 3 dashboard grouped by source with live counts.
  • Per-entry edit/delete, clear per source with confirmation, search by key.
  • Secure Storage values masked by default (tap to reveal).
  • Production-safe install gating: off by default in release with an unmissable warning when explicitly enabled.
0
likes
160
points
190
downloads

Documentation

API reference

Publisher

verified publisherdarkmintis.dev

Weekly Downloads

Local storage inspector for Flutter - see, edit, and clear everything your app has stored in SharedPreferences, Hive, Secure Storage, and caches.

Repository (GitHub)
View/report issues

Topics

#storage #debugging #inspector #development

License

MIT (license)

Dependencies

flutter, flutter_secure_storage, hive, path_provider, shared_preferences

More

Packages that depend on mole