A Flutter project to run html games / websites on mobile. This project runs a local server to serve static html / javascript to WebView
flutter create --org <package-name-prefix> --project-name <project-name> .
Note: Replace <package-name-prefix>
and <project-name>
as follows
flutter create --org com.example --project-name app .
This command will generate the necessary files and Android/Ios project with PackageName/BundleID com.example.app
flutter emulators --launch <emulator_name>
flutter run
flutter build apk
👤 Abdessamad El Bahri
- Github: @ReversableCode