From 4d10efc6777293f67907876b079037d5b4f3fb28 Mon Sep 17 00:00:00 2001 From: pichillilorenzo Date: Sat, 13 Oct 2018 21:53:02 +0200 Subject: [PATCH] updated README.md --- .idea/workspace.xml | 52 ++++++++++++++++++++++----------------------- README.md | 2 +- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d3b243d0..8552cf4a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -15,7 +15,7 @@ - + @@ -53,12 +53,12 @@ - + - - + + @@ -67,11 +67,11 @@ - + - - + + @@ -170,8 +170,8 @@ @@ -705,20 +705,10 @@ - - - - - - - - - - - - - - + + + + @@ -739,10 +729,20 @@ - - - - + + + + + + + + + + + + + + diff --git a/README.md b/README.md index 0023c24e..7e5dc8e5 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ class _MyAppState extends State { ), body: new Center( child: new RaisedButton(onPressed: () { - inAppBrowser.open("https://flutter.io/", options: { + inAppBrowser.open(url: "https://flutter.io/", options: { "useShouldOverrideUrlLoading": true, "useOnLoadResource": true });