This is a simple Flutter application that acts as a web wrapper. It automatically loads a specified website URL using an embedded InAppWebView.
- Fork this repository to your own GitHub account.
- Go to the Actions tab in your forked repository.
- Select the Build Flutter APK workflow on the left sidebar.
- Click on the Run workflow dropdown button.
- Fill in the required parameters:
- Click Run workflow and wait for the build to finish.
- Once it completes, scroll down to the Artifacts section of the workflow run to download the generated
.apkfiles for your device.
If you'd like to run or modify the code locally instead:
- Ensure you have the Flutter SDK installed (requires SDK version
^3.5.0). - Clone this repository to your local machine.
- Run
flutter pub getin the project root to install dependencies. - Run
flutter runto launch the application.