From 1aaca5dd0009f15b51a969ec28b6a5188138b1e0 Mon Sep 17 00:00:00 2001 From: pichillilorenzo Date: Mon, 11 Mar 2019 04:20:54 +0100 Subject: [PATCH] updated README.md file --- .idea/workspace.xml | 63 ++++++++++++++++++++++----------------------- README.md | 6 ++--- 2 files changed, 34 insertions(+), 35 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7ebf62da..f2c0c9f4 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -15,8 +15,7 @@ - - + @@ -48,8 +47,8 @@ - - + + @@ -63,20 +62,20 @@ - + - + - + - - + + @@ -95,7 +94,6 @@ - _throwIsNotOpened takeS Completer args.putIfAbsent('isLocalFile', () => true); @@ -125,6 +123,7 @@ lookupMimeType AndroidView _uuidGenerator + in the flutter activity.getPreferences(0) @@ -170,11 +169,11 @@ @@ -428,14 +427,14 @@ - + - - + + @@ -698,23 +697,6 @@ - - - - - - - - - - - - - - - - - @@ -766,11 +748,28 @@ - + + + + + + + + + + + + + + + + + + diff --git a/README.md b/README.md index 953b6808..37a99693 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ First, add `flutter_inappbrowser` as a [dependency in your pubspec.yaml file](ht ## Usage Classes: -- [InAppWebView](#inappwebview-class): Flutter Widget for adding an **inline native WebView** integrated in the flutter widget tree. To use `InAppWebView` class on iOS you need to opt-in for the embedded views preview by adding a boolean property to the app's `Info.plist` file, with the key `io.flutter.embedded_views_preview` and the value `YES`. +- [InAppWebView](#inappwebview-class): Flutter Widget for adding an **inline native WebView** integrated into the flutter widget tree. To use `InAppWebView` class on iOS you need to opt-in for the embedded views preview by adding a boolean property to the app's `Info.plist` file, with the key `io.flutter.embedded_views_preview` and the value `YES`. - [InAppBrowser](#inappbrowser-class): In-App Browser using native WebView. - [ChromeSafariBrowser](#chromesafaribrowser-class): In-App Browser using [Chrome Custom Tabs](https://developer.android.com/reference/android/support/customtabs/package-summary) on Android / [SFSafariViewController](https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller) on iOS. - [InAppLocalhostServer](#inapplocalhostserver-class): This class allows you to create a simple server on `http://localhost:[port]/`. The default `port` value is `8080`. @@ -61,9 +61,9 @@ Classes: See the online [docs](https://pub.dartlang.org/documentation/flutter_inappbrowser/latest/) to get the full documentation. ### `InAppWebView` class -Flutter Widget for adding an **inline native WebView** integrated in the flutter widget tree. +Flutter Widget for adding an **inline native WebView** integrated into the flutter widget tree. -[AndroidView](https://docs.flutter.io/flutter/widgets/AndroidView-class.html) and [UiKitView](https://docs.flutter.io/flutter/widgets/UiKitView-class.html) is not officially stable yet! +[AndroidView](https://docs.flutter.io/flutter/widgets/AndroidView-class.html) and [UiKitView](https://docs.flutter.io/flutter/widgets/UiKitView-class.html) are not officially stable yet! So, if you want use it, you can but you will have some limitation such as the inability to use the keyboard! To use `InAppWebView` class on iOS you need to opt-in for the embedded views preview by adding a boolean property to the app's `Info.plist` file, with the key `io.flutter.embedded_views_preview` and the value `YES`.