/web2apk

Website to APK using Flutter WebView

Primary LanguageDart

Website to APK

Putting a website into an App using the worlds most basic code, using standard android webview

Getting Started

How to use:

  1. Locate main.dart (/lib/main.dart)
  2. Change these Variables to fit your Needs:
var appName = "MyAppName";
var url = "https://www.example.org/";
var appColor = Colors.blue;
  1. Build the APK with gradle

Dependencies

  • webview_flutter: ^0.3.0