Putting a website into an App using the worlds most basic code, using standard android webview
How to use:
- Locate main.dart (/lib/main.dart)
- Change these Variables to fit your Needs:
var appName ="MyAppName";
var url ="https://www.example.org/";
var appColor =Colors.blue;- Build the APK with gradle
- webview_flutter: ^0.3.0