updated version, updated readme
This commit is contained in:
parent
414b2075eb
commit
cac89da621
|
@ -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
|
||||
|
|
|
@ -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!
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue