Skip to content

Commit

Permalink
Update CHANGELOG.md, README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Swanseo0 committed Aug 31, 2023
1 parent 2f5cade commit 9ea4528
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion packages/flutter_secure_storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## NEXT
## 0.2.0

* Update flutter_secure_storage to 8.0.0.
* Update example app.
* Increase the minimum Flutter version to 3.3.

## 0.1.0
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_secure_storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ This package is not an _endorsed_ implementation of `flutter_secure_storage`. Th

```yaml
dependencies:
flutter_secure_storage: ^6.0.0
flutter_secure_storage_tizen: ^0.1.0
flutter_secure_storage: ^8.0.0
flutter_secure_storage_tizen: ^0.2.0
```
Then you can import `flutter_secure_storage` in your Dart code:
Expand Down

0 comments on commit 9ea4528

Please sign in to comment.