Skip to content

devilAPI/web2apk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Website to APK using Flutter WebView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published