From 9b610424d59802bf261a0cbd695908aa60e74e7a Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Tue, 6 Apr 2021 18:14:41 +0200 Subject: [PATCH] updated README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1b86c618..4c104594 100755 --- a/README.md +++ b/README.md @@ -17,10 +17,6 @@ A Flutter plugin that allows you to add an inline webview, to use an headless webview, and to open an in-app browser window. -# Announcement - -All the configuration and info about get started with this plugin and code examples has been moved from here to the new [inappwebview.dev official website Documentation page](https://inappwebview.dev/docs/)! - ## Articles/Resources - [Official documentation: inappwebview.dev/docs](https://inappwebview.dev/docs/) @@ -60,3 +56,7 @@ Add `flutter_inappwebview` as a [dependency in your pubspec.yaml file](https://f * [CookieManager](https://inappwebview.dev/docs/cookie-manager/basic-usage/): This class implements a singleton object (shared instance) which manages the cookies used by WebView instances. * [HttpAuthCredentialDatabase](https://inappwebview.dev/docs/http-auth-credential-database/basic-usage/): This class implements a singleton object (shared instance) that manages the shared HTTP auth credentials cache. * [WebStorageManager](https://inappwebview.dev/docs/web-storage-manager/basic-usage/): This class implements a singleton object (shared instance) which manages the web storage used by WebView instances. + +## Support + +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