From cac89da6213f0a3dc3aef3bf2da1865bd5c088ad Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Tue, 19 Apr 2022 10:28:53 +0200 Subject: [PATCH] updated version, updated readme --- CHANGELOG.md | 4 ++++ README.md | 6 ++++-- pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17600c94..5108ae12 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 5.4.0+1 + +- Merged "[Android] Explicitly export for the receiver defined in AndroidManifest" [#1147](https://github.com/pichillilorenzo/flutter_inappwebview/pull/1147) (thanks to [AlexV525](https://github.com/AlexV525)) + ## 5.4.0 - `getOriginalUrl` method is cross-platform now diff --git a/README.md b/README.md index 4c104594..807cd3f0 100755 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ Send a submission request to the [Submit App](https://inappwebview.dev/submit-ap ## Requirements -- Dart sdk: ">=2.12.0-0 <3.0.0" -- Flutter: ">=1.22.2" +- Dart sdk: ">=2.14.0 <3.0.0" +- Flutter: ">=2.5.0" - Android: `minSdkVersion 17` and add support for `androidx` (see [AndroidX Migration](https://flutter.dev/docs/development/androidx-migration) to migrate an existing app) - iOS: `--ios-language swift`, Xcode version `>= 12` @@ -59,4 +59,6 @@ Add `flutter_inappwebview` as a [dependency in your pubspec.yaml file](https://f ## Support +Use the [develop branch](https://github.com/pichillilorenzo/flutter_inappwebview/tree/develop) when making a pull request. + Did you find this plugin useful? Please consider to [make a donation](https://inappwebview.dev/donate/) to help improve it! \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 3a9dbbea..27165858 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_inappwebview description: A Flutter plugin that allows you to add an inline webview, to use an headless webview, and to open an in-app browser window. -version: 5.4.0 +version: 5.4.0+1 homepage: https://github.com/pichillilorenzo/flutter_inappwebview environment: