flutter_secure_storage_tizen 0.1.4
flutter_secure_storage_tizen: ^0.1.4 copied to clipboard
Tizen implementation of the flutter_secure_storage plugin.
0.1.4 #
- Update analysis_options.yaml for Flutter 3.47.0.
- Update the repository URL to use the
mainbranch. - Update integration tests based on upstream flutter_secure_storage v10.2.0 (12 test cases).
- Update integration tests.
0.1.3 #
- Update flutter_secure_storage_platform_interface to 2.0.0.
- Update flutter_secure_storage to 10.0.0.
- Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
- Update code format.
0.1.2 #
- Fixed an issue causing crashes when encrypting or decrypting empty strings by adding appropriate checks and handling in
EncryptandDecryptmethods. - Fix new lint warnings.
- Update minimum Flutter and Dart version to 3.13 and 3.1.
- Update the LICENSE file so that it is recognized by pub.dev.
0.1.1 #
- Update flutter_secure_storage to 9.0.0.
- Update example app.
- Increase the minimum Flutter version to 3.3.
0.1.0 #
- Initial release.