Skip to content

Commit 4d10efc

Browse files
updated README.md
1 parent 5366078 commit 4d10efc

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

.idea/workspace.xml

+25-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class _MyAppState extends State<MyApp> {
131131
),
132132
body: new Center(
133133
child: new RaisedButton(onPressed: () {
134-
inAppBrowser.open("https://flutter.io/", options: {
134+
inAppBrowser.open(url: "https://flutter.io/", options: {
135135
"useShouldOverrideUrlLoading": true,
136136
"useOnLoadResource": true
137137
});

0 commit comments

Comments
 (0)