turn any website into an “android app” (because why not)
git clone https://github.com/jasurlive/AndroidWeb.git
cd AndroidWeblib/
├─ loader.dart
├─ main.dart
├─ page.dart
edit url in page.dart
flutter pub get(optional) edit permissions as you like in
android/app/src/main/AndroidManifest.xml
big brain move: smaller apk (~13–15MB) instead of chunky ~60MB
flutter build apk --release --split-per-abiuse 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