Skip to content

ReversableCode/flutter_static_html_wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Static Html Wrapper

GitHub forks GitHub stars Version License: MIT

A Flutter project to run html games / websites on mobile. This project runs a local server to serve static html / javascript to WebView

Setup

Commands

Setup project

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

Run application

flutter emulators --launch <emulator_name>
flutter run

Build

flutter build apk

Plugins

Author

👤 Abdessamad El Bahri

About

A Flutter project to run html games / websites on mobile.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published