File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 10.0.0-beta.4
2
+ * [ Apple] Merged ios and macos implementation into a new package flutter_secure_storage_darwin
3
+ * [ Apple] Refactored code and added missing options
4
+ * [ Apple] Added support for swift package manager
5
+ * [ Web] Update flutter_secure_storage_platform_interface to be compatible with WASM.
6
+
1
7
## 10.0.0-beta.3
2
8
* [ iOS] Fix delete and deleteAll when synchronizable is set.
3
9
* [ iOS] Update migration when value is saved while key already exists with different accessibility option.
Original file line number Diff line number Diff line change 1
1
name : flutter_secure_storage
2
2
description : Flutter Secure Storage provides API to store data in secure storage. Keychain is used in iOS, KeyStore based solution is used in Android.
3
- version : 10.0.0-beta.3
3
+ version : 10.0.0-beta.4
4
4
repository : https://github.com/mogol/flutter_secure_storage/tree/develop/flutter_secure_storage
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments