flutter_storage_inspector library
Classes
- FlutterSecureStorageAdapter
- Adapter for Flutter Secure Storage.
- FlutterStorageInspectorPackage
- Package-level metadata exposed by the public library.
- GetStorageAdapter
- Adapter for GetStorage containers.
- HiveAdapter
- Adapter for a single Hive box.
- Adapter for the legacy cached SharedPreferences API.
- Adapter for the asynchronous SharedPreferences API.
- StorageAdapter
- Contract implemented by each supported storage backend.
- StorageInspector
- Debug-only wrapper that injects a local storage inspector into an app.
- StorageInspectorAdapters
- Convenience factory methods for common adapter sets.
- StorageInspectorController
- Coordinates loading, filtering, sorting, and mutations for the UI.
- StorageInspectorOptions
- UI and behavior configuration for the inspector wrapper.
- StorageInspectorScreen
- Full-screen route for the inspector.
- StorageItem
- A single item loaded from a storage backend.
- StorageItemMutation
- A write request for a storage adapter.
- StorageSnapshot
- The latest loaded state for one storage adapter.
- StorageSummary
- Aggregate information for a storage adapter snapshot.
- StorageValueCodec
- Helpers for value inference, formatting, and parsing.
Enums
- StorageExportFormat
- Export formats supported by the inspector.
- StorageSortOption
- Sorting options for storage items in the inspector.
- StorageValueKind
- Supported value categories shown in the inspector UI.
Extensions
- StorageExportFormatX on StorageExportFormat
- Labels for StorageExportFormat values.
- StorageSortOptionX on StorageSortOption
- Labels for StorageSortOption values.
- StorageValueKindX on StorageValueKind
- Labels for StorageValueKind values.