OctoFlutter 简体中文
OctoFlutter is a hybrid of Flutter Web and Flutter Mobile, which use a new idea to implement dynamic flutter with bring it to JS/TS ecosystem, and the ability to dynamically load/unload various AppBundle.
1.create template project
pnpm add -g @octoflutter/cli #pnpm installation https://pnpm.io/installation#using-npm
octoflutter create app
cd app
pnpm install
2.preview UI in web mode
pnpm dw #under app root dir
The development server will be hosted at http://localhost:54321
3.build the AppBundle in mobile mode
pnpm dm #under app root dir
4.load the AppBundle on mobile device
- run project demo-android/demo-ios from example.
- run mobile app and config the ip of development machine.
- click "Launch Remote AppBundle" button in app.
Currently, The open source code mainly is Glue, which is the JS & TS part of OctoFlutter.
email: [email protected]
OctoFlutter is based on the [BSD] (./LICENSE) open source license agreement.