From f201e94847c36a1c5dddaf886314d4fb8aff823e Mon Sep 17 00:00:00 2001 From: pichillilorenzo Date: Tue, 16 Oct 2018 01:31:40 +0200 Subject: [PATCH] updated README.md --- .idea/workspace.xml | 104 +++++++++++++++++++------------------------- README.md | 2 +- 2 files changed, 45 insertions(+), 61 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 484a6be0..cd5f0a39 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -15,32 +15,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - @@ -69,12 +44,12 @@ - + - - + + @@ -83,12 +58,21 @@ - + + + + + + + + + + - - + + @@ -192,9 +176,9 @@ @@ -431,13 +415,13 @@ - + - + @@ -725,13 +709,6 @@ - - - - - - - @@ -759,23 +736,6 @@ - - - - - - - - - - - - - - - - - @@ -784,8 +744,32 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/README.md b/README.md index 5fa05458..bc39e50a 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ InAppBrowser.openWithSystemBrowser(String url); Serve the `assetFilePath` from Flutter assets on http://localhost:`port`/. It is similar to `InAppBrowser.open()` with option `isLocalFile: true`, but it starts a server. -**NOTE for iOS**: For the iOS Platform, you need to add the `NSAllowsLocalNetworking` key with `true` in the `Info.plist` file (See [ATS Configuration Basics](https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW35): +**NOTE for iOS**: For the iOS Platform, you need to add the `NSAllowsLocalNetworking` key with `true` in the `Info.plist` file (See [ATS Configuration Basics](https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW35)): ```xml NSAppTransportSecurity