turn any website into an “android app” (because why not)
git clone https://github.com/jasurlive/AndroidWeb.git
cd AndroidWeblib/
├─ main.dart
├─ page.dart
├─ controller.dart
└─ view.dart
edit url in controller.dart
flutter pub get(optional) mess with permissions in
android/app/src/main/AndroidManifest.xml
flutter build apk --release --split-per-abibig brain move: smaller apk (~13–15MB) instead of chunky ~60MB
use arm64-v8a unless you enjoy living in 2012
opens your site
wraps it in a webview
pretends it’s an app
that’s it
open PR
or don’t
your call bro