Skip to content

Commit

Permalink
release of v8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juliansteenbakker committed Aug 29, 2023
1 parent c909572 commit ba0e679
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions flutter_secure_storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 8.1.0
* [Android] Upgraded to Gradle 8.
* [Android] Fixed resetOnError not working.
* [Windows] Changed PathNotFoundException to FileSystemException to be backwards compatible with Flutter SDK 2.12.0.
* [Windows] Applied lint suggestions.
* [Linux] Remove and replace libjsoncpp1 dependency.
* [Linux, macOS, Windows, Web] Update Dart SDK Constraint to support <4.0.0 instead of <3.0.0.

## 8.0.0
Breaking changes:
Expand Down
10 changes: 5 additions & 5 deletions flutter_secure_storage/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,35 +136,35 @@ packages:
path: "../../flutter_secure_storage_linux"
relative: true
source: path
version: "1.1.3"
version: "1.2.0"
flutter_secure_storage_macos:
dependency: "direct overridden"
description:
path: "../../flutter_secure_storage_macos"
relative: true
source: path
version: "3.0.0"
version: "3.0.1"
flutter_secure_storage_platform_interface:
dependency: "direct main"
description:
path: "../../flutter_secure_storage_platform_interface"
relative: true
source: path
version: "1.0.1"
version: "1.0.2"
flutter_secure_storage_web:
dependency: "direct overridden"
description:
path: "../../flutter_secure_storage_web"
relative: true
source: path
version: "1.1.1"
version: "1.1.2"
flutter_secure_storage_windows:
dependency: "direct overridden"
description:
path: "../../flutter_secure_storage_windows"
relative: true
source: path
version: "2.0.0"
version: "2.1.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down

0 comments on commit ba0e679

Please sign in to comment.