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
- Host: GitHub
- URL: https://github.com/devilapi/web2apk
- Owner: devilAPI
- Created: 2021-01-24T12:47:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T10:06:52.000Z (over 4 years ago)
- Last Synced: 2025-03-28T02:38:58.354Z (10 months ago)
- Language: Dart
- Size: 63.5 KB
- Stars: 11
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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