From 617720f7edafbf5197bdfd78b6db3f395bf4ddf1 Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Wed, 12 Oct 2022 20:38:20 +0200 Subject: [PATCH] updated README and CHANGELOG --- CHANGELOG.md | 2 +- README.md | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27bc7184..6d5b700f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ ### BREAKING CHANGES - Updated Android `minSdkVersion` to `19` -- Updated minimum iOS version to `9` +- Updated minimum iOS version to `9.0` - On Android, the `InAppWebView` widget uses hybrid composition by default (`useHybridComposition: true`) - All properties of `GeolocationPermissionShowPromptResponse` cannot be `null` - Removed `URLProtectionSpace.iosIsProxy` property diff --git a/README.md b/README.md index 101957b2..51e349de 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ +
+ # Flutter InAppWebView Plugin [![Share on Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Flutter%20InAppBrowser%20plugin!&url=https://github.com/pichillilorenzo/flutter_inappwebview&hashtags=flutter,flutterio,dart,dartlang,webview) [![Share on Facebook](https://img.shields.io/badge/share-facebook-blue.svg?longCache=true&style=flat&colorB=%234267b2)](https://www.facebook.com/sharer/sharer.php?u=https%3A//github.com/pichillilorenzo/flutter_inappwebview) + +![InAppWebView-logo](https://user-images.githubusercontent.com/5956938/195421529-f008f74d-4215-4108-816d-f05d7e30c08c.svg) + +
+ [![All Contributors](https://img.shields.io/badge/all_contributors-53-orange.svg?style=flat-square)](#contributors-) @@ -14,9 +21,6 @@ [![GitHub forks](https://img.shields.io/github/forks/pichillilorenzo/flutter_inappwebview?style=social)](https://github.com/pichillilorenzo/flutter_inappwebview) [![GitHub stars](https://img.shields.io/github/stars/pichillilorenzo/flutter_inappwebview?style=social)](https://github.com/pichillilorenzo/flutter_inappwebview) - -![InAppWebView-logo](https://user-images.githubusercontent.com/5956938/110180687-8751f480-7e0a-11eb-89cc-d62f85c148cb.png) - A Flutter plugin that allows you to add an inline webview, to use an headless webview, and to open an in-app browser window. ## Articles/Resources