diff --git a/flutter_inappwebview/CHANGELOG.md b/flutter_inappwebview/CHANGELOG.md index b61d40f18..02fbacfe0 100755 --- a/flutter_inappwebview/CHANGELOG.md +++ b/flutter_inappwebview/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.1.0+1 + +- Updated README + ## 6.1.0 - Added initial Windows support diff --git a/flutter_inappwebview/README.md b/flutter_inappwebview/README.md index 1780a4557..9c1135e40 100755 --- a/flutter_inappwebview/README.md +++ b/flutter_inappwebview/README.md @@ -5,7 +5,7 @@ ![InAppWebView-logo](https://user-images.githubusercontent.com/5956938/195422744-bdcfed16-73f0-4bc9-94ab-ecf10771a1c4.png) -[![All Contributors](https://img.shields.io/badge/all_contributors-82-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-84-orange.svg?style=flat-square)](#contributors-) [![Pub](https://img.shields.io/pub/v/flutter_inappwebview?include_prereleases)](https://pub.dartlang.org/packages/flutter_inappwebview) @@ -23,10 +23,6 @@ A Flutter plugin that allows you to add an inline webview, to use an headless we -## New Version 6.x.x is OUT NOW! - -Migrating from version `5.x.x` is easy! Follow the online [Migration guide](https://inappwebview.dev/docs/migration-guide). - ## Articles/Resources - [Official documentation: inappwebview.dev/docs](https://inappwebview.dev/docs/intro) @@ -47,11 +43,11 @@ Send a submission request to the [Submit App](https://inappwebview.dev/submit-ap ## Requirements -- Dart sdk: ">=2.17.0 <4.0.0" -- Flutter: ">=3.0.0" +- Dart sdk: "^3.5.0" +- Flutter: ">=3.24.0" - Android: `minSdkVersion >= 19`, `compileSdk >= 34`, [AGP](https://developer.android.com/build/releases/gradle-plugin) version `>= 7.3.0` (use [Android Studio - Android Gradle plugin Upgrade Assistant](https://developer.android.com/build/agp-upgrade-assistant) for help), support for `androidx` (see [AndroidX Migration](https://flutter.dev/docs/development/androidx-migration) to migrate an existing app) -- iOS 9.0+: `--ios-language swift`, Xcode version `>= 14.3` -- MacOS 10.11+: Xcode version `>= 14.3` +- iOS 12.0+: `--ios-language swift`, Xcode version `>= 16.0` +- MacOS 10.14+: Xcode version `>= 16.0` ## Installation @@ -150,7 +146,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Rex Raphael
Rex Raphael

💻 Jan Henrik Høiland
Jan Henrik Høiland

💻 Iguchi Tomokatsu
Iguchi Tomokatsu

💻 - Jonas Uekötter
Jonas Uekötter

📖 + Jonas Uekötter
Jonas Uekötter

📖 💻 emakar
emakar

💻 liasica
liasica

💻 @@ -187,6 +183,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d lrorpilla
lrorpilla

💻 Michal Šrůtek
Michal Šrůtek

💻 daisukeueta
daisukeueta

💻 + Gray Mackall
Gray Mackall

💻 + Pavel Mazhnik
Pavel Mazhnik

💻 diff --git a/flutter_inappwebview/pubspec.yaml b/flutter_inappwebview/pubspec.yaml index 31e51420c..0928cca9f 100755 --- a/flutter_inappwebview/pubspec.yaml +++ b/flutter_inappwebview/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: 6.1.0 +version: 6.1.0+1 homepage: https://inappwebview.dev/ repository: https://github.com/pichillilorenzo/flutter_inappwebview issue_tracker: https://github.com/pichillilorenzo/flutter_inappwebview/issues