File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
22 xmlns : tools =" http://schemas.android.com/tools"
33 package =" com.flutter_webview_plugin" >
4+ <uses-sdk android : minSdkVersion =" 16" />
45
56 <application >
67 <provider
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import 'package:flutter_webview_plugin/flutter_webview_plugin.dart';
77const kAndroidUserAgent =
88 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Mobile Safari/537.36' ;
99
10- String selectedUrl = 'https://damp-coast-35782.herokuapp.com ' ;
10+ String selectedUrl = 'https://flutter.io ' ;
1111
1212// ignore: prefer_collection_literals
1313final Set <JavascriptChannel > jsChannels = [
You can’t perform that action at this time.
0 commit comments