Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion SHAPES-EXAMPLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down