Skip to content

Commit

Permalink
Merge pull request #13 from StringCare/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
efraespada authored May 15, 2024
2 parents d0c44fe + 44224d4 commit 67a4772
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.1.6

* Dependencies updated

## 0.1.5

* Dependencies updated

## 0.1.3

* Fixed refresh languages method.
Expand Down
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: stringcare
description: Flutter plugin for obfuscate and reveal strings and any other data.
version: 0.1.4
version: 0.1.6
homepage: https://github.com/StringCare/stringcare
repository: https://github.com/StringCare/stringcare

environment:
sdk: '>=2.19.6 <4.0.0'
sdk: '>=3.2.0 <4.0.0'
flutter: ">=1.20.0"

dependencies:
Expand All @@ -16,11 +16,11 @@ dependencies:
flutter_web_plugins:
sdk: flutter
crypto: ^3.0.3
flutter_svg: ^2.0.9 # android ios linux macos windows
ffi: ^2.1.0
flutter_svg: ^2.0.10+1 # android ios linux macos windows
ffi: ^2.1.2
global_refresh: ^1.0.0 # android ios linux macos web windows
go_router: ^13.0.1 # android ios linux macos web windows
path: ^1.8.3
go_router: ^14.1.1 # android ios linux macos web windows
path: ^1.9.0
yaml: ^3.1.2

dev_dependencies:
Expand Down

0 comments on commit 67a4772

Please sign in to comment.