Skip to content

Commit 44224d4

Browse files
committed
feature: dependencies updated
1 parent 794b393 commit 44224d4

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.1.6
2+
3+
* Dependencies updated
4+
5+
## 0.1.5
6+
7+
* Dependencies updated
8+
19
## 0.1.3
210

311
* Fixed refresh languages method.

pubspec.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: stringcare
22
description: Flutter plugin for obfuscate and reveal strings and any other data.
3-
version: 0.1.4
3+
version: 0.1.6
44
homepage: https://github.com/StringCare/stringcare
55
repository: https://github.com/StringCare/stringcare
66

77
environment:
8-
sdk: '>=2.19.6 <4.0.0'
8+
sdk: '>=3.2.0 <4.0.0'
99
flutter: ">=1.20.0"
1010

1111
dependencies:
@@ -16,11 +16,11 @@ dependencies:
1616
flutter_web_plugins:
1717
sdk: flutter
1818
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
2121
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
2424
yaml: ^3.1.2
2525

2626
dev_dependencies:

0 commit comments

Comments
 (0)