flutter_secure_file_storage_inspector

Last updated:

0 purchases

flutter_secure_file_storage_inspector Image
flutter_secure_file_storage_inspector Images
Add to Cart

Description:

flutter secure file storage inspector

Flutter secure file storage inspector #



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);
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.