From 947d21b976ddf7c763f7c95e6a8d344b1990da6e Mon Sep 17 00:00:00 2001 From: charlesoj6205 Date: Tue, 28 Jul 2026 10:47:15 +0100 Subject: [PATCH] Update approov_service_flutter_httpclient to ^3.5.6 Align README, SHAPES-EXAMPLE and the example app on the current pub.dev release. The three files previously disagreed (^3.5.5 vs ^3.4.1); the example lockfile already resolved to 3.5.6. Co-Authored-By: Claude Opus 5 --- README.md | 2 +- SHAPES-EXAMPLE.md | 2 +- example/pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ca00ae..c5e7f8d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Note that the minimum OS requirement for iOS is 12 and for Android the minimum S The Approov integration is available via [`pub-dev`](https://pub.dev/packages/approov_service_flutter_httpclient) package. This allows inclusion into the project by simply specifying a dependency in the `pubspec.yaml` files for the app. In the `dependencies:` section of `pubspec.yaml` file add the following package reference: ```yaml -approov_service_flutter_httpclient: ^3.5.5 +approov_service_flutter_httpclient: ^3.5.6 ``` This package is actually an open source wrapper layer that allows you to easily use Approov with `Flutter`. This has a further dependency to the closed source [Android Approov SDK](https://github.com/approov/approov-android-sdk) and [iOS Approov SDK](https://github.com/approov/approov-ios-sdk) packages. Those are automatically added as dependencies for the platform specific targets. diff --git a/SHAPES-EXAMPLE.md b/SHAPES-EXAMPLE.md index aac7c85..7396c3d 100644 --- a/SHAPES-EXAMPLE.md +++ b/SHAPES-EXAMPLE.md @@ -100,7 +100,7 @@ and change them as shown: 1. Add the dependency for the `approov_service_flutter_httpclient` package ```yaml # *** UNCOMMENT THE SECTION BELOW FOR APPROOV *** - approov_service_flutter_httpclient: ^3.4.1 + approov_service_flutter_httpclient: ^3.5.6 ``` In the source file `quickstart-flutter-httpclient/example/lib/main.dart` find the two locations marked with a comment and change them: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 45db84a..750eb59 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -35,7 +35,7 @@ dependencies: logger: ^2.0.2 # *** UNCOMMENT THE LINES BELOW FOR APPROOV *** - #approov_service_flutter_httpclient: ^3.4.1 + #approov_service_flutter_httpclient: ^3.5.6 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons.