An open API service indexing awesome lists of open source software.

https://github.com/devilapi/web2apk

Website to APK using Flutter WebView
https://github.com/devilapi/web2apk

Last synced: 9 months ago
JSON representation

Website to APK using Flutter WebView

Awesome Lists containing this project

README

          

# 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:

```Dart
var appName = "MyAppName";
var url = "https://www.example.org/";
var appColor = Colors.blue;
```
3. Build the APK with gradle

## Dependencies
- webview_flutter: ^0.3.0