Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pichillilorenzo committed Apr 6, 2021
1 parent 539ff0d commit 9b61042
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down Expand Up @@ -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!

0 comments on commit 9b61042

Please sign in to comment.