flutter_secure_storage icon indicating copy to clipboard operation
flutter_secure_storage copied to clipboard

Recording with encrypted data

Open mat20s23 opened this issue 1 year ago • 0 comments

Following the code below, the plugin automatically records encrypted data on Android and iOS. Or do I need to pass some options parameter?

import 'package:flutter_secure_storage/flutter_secure_storage.dart'; final storage = FlutterSecureStorage(); await storage.write(key: 'username', value: '[email protected]');

mat20s23 avatar Jun 28 '24 11:06 mat20s23