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 });