Skip to content

duyxyz/Web2APK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website to APK Converter

This is a simple Flutter application that acts as a web wrapper. It automatically loads a specified website URL using an embedded InAppWebView.

How to Build the App (via GitHub Actions)

  1. Fork this repository to your own GitHub account.
  2. Go to the Actions tab in your forked repository.
image
  1. Select the Build Flutter APK workflow on the left sidebar.
image
  1. Click on the Run workflow dropdown button.
image
  1. Fill in the required parameters:
image
  1. Click Run workflow and wait for the build to finish.
  2. Once it completes, scroll down to the Artifacts section of the workflow run to download the generated .apk files for your device.

Local Development (Optional)

If you'd like to run or modify the code locally instead:

  1. Ensure you have the Flutter SDK installed (requires SDK version ^3.5.0).
  2. Clone this repository to your local machine.
  3. Run flutter pub get in the project root to install dependencies.
  4. Run flutter run to launch the application.

Contributors

Languages