File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Changed
11
11
12
+ - update 'flutter_secure_storage' dependency to version 6.0.0 —
13
+ [ 97] ( https://github.com/dartoos-dev/json_cache/issues/97 ) .
14
+
12
15
- documentation improvements —
13
16
[ 95] ( https://github.com/dartoos-dev/json_cache/issues/95 ) .
14
17
Original file line number Diff line number Diff line change @@ -145,21 +145,21 @@ packages:
145
145
name: flutter_secure_storage
146
146
url: "https://pub.dartlang.org"
147
147
source: hosted
148
- version: "5 .0.2 "
148
+ version: "6 .0.0 "
149
149
flutter_secure_storage_linux:
150
150
dependency: transitive
151
151
description:
152
152
name: flutter_secure_storage_linux
153
153
url: "https://pub.dartlang.org"
154
154
source: hosted
155
- version: "1.1.0 "
155
+ version: "1.1.1 "
156
156
flutter_secure_storage_macos:
157
157
dependency: transitive
158
158
description:
159
159
name: flutter_secure_storage_macos
160
160
url: "https://pub.dartlang.org"
161
161
source: hosted
162
- version: "1.1.0 "
162
+ version: "1.1.1 "
163
163
flutter_secure_storage_platform_interface:
164
164
dependency: transitive
165
165
description:
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies:
13
13
encrypted_shared_preferences : ^3.0.1
14
14
flutter :
15
15
sdk : flutter
16
- flutter_secure_storage : ^5 .0.2
16
+ flutter_secure_storage : ^6 .0.0
17
17
hive : ^2.2.3
18
18
localstorage : ^4.0.0+1
19
19
mutex : ^3.0.0
You can’t perform that action at this time.
0 commit comments