flutter_secure_file_storage_inspector 0.0.1 copy "flutter_secure_file_storage_inspector: ^0.0.1" to clipboard
flutter_secure_file_storage_inspector: ^0.0.1 copied to clipboard

Plugin that enables inspection of flutter_secure_file_storage in storage_inspector

Flutter secure file storage inspector #

pub package pub points plugin_badge

Inspector interface for flutter secure file storage package.

Allows key-value inspection of contents stored in the file storage using the local storage inspector package.

Example #

final storage = FlutterSecureFileStorage(const FlutterSecureStorage());

  final driver = StorageServerDriver(
    bundleId: 'com.example.test',
    icon: '<some icon>',
  );
  final secureStorage =
      SecureFileStorageInspector(storage: storage, name: 'Secure files');
  driver.addKeyValueServer(secureStorage);

  // Don't wait for a connection from the instrumentation driver
  await driver.start(paused: false);
3
likes
130
pub points
0%
popularity

Publisher

verified publisherchimerapps.com

Plugin that enables inspection of flutter_secure_file_storage in storage_inspector

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_secure_file_storage, storage_inspector, tuple, uuid

More

Packages that depend on flutter_secure_file_storage_inspector