File tree 2 files changed +14
-6
lines changed
2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.6
2
+
3
+ * Dependencies updated
4
+
5
+ ## 0.1.5
6
+
7
+ * Dependencies updated
8
+
1
9
## 0.1.3
2
10
3
11
* Fixed refresh languages method.
Original file line number Diff line number Diff line change 1
1
name : stringcare
2
2
description : Flutter plugin for obfuscate and reveal strings and any other data.
3
- version : 0.1.4
3
+ version : 0.1.6
4
4
homepage : https://github.com/StringCare/stringcare
5
5
repository : https://github.com/StringCare/stringcare
6
6
7
7
environment :
8
- sdk : ' >=2.19.6 <4.0.0'
8
+ sdk : ' >=3.2.0 <4.0.0'
9
9
flutter : " >=1.20.0"
10
10
11
11
dependencies :
@@ -16,11 +16,11 @@ dependencies:
16
16
flutter_web_plugins :
17
17
sdk : flutter
18
18
crypto : ^3.0.3
19
- flutter_svg : ^2.0.9 # android ios linux macos windows
20
- ffi : ^2.1.0
19
+ flutter_svg : ^2.0.10+1 # android ios linux macos windows
20
+ ffi : ^2.1.2
21
21
global_refresh : ^1.0.0 # android ios linux macos web windows
22
- go_router : ^13.0 .1 # android ios linux macos web windows
23
- path : ^1.8.3
22
+ go_router : ^14.1 .1 # android ios linux macos web windows
23
+ path : ^1.9.0
24
24
yaml : ^3.1.2
25
25
26
26
dev_dependencies :
You can’t perform that action at this time.
0 commit comments