/flutter-lowcode-demo

Demo code for flutter festival 3.26 hangzhou GDG 201

Primary LanguageTypeScriptMIT LicenseMIT

使用说明

Step 1: 安装

packages/my_materialspackages/my_editor 中分别执行 yarn 安装

cd packages/my_materials
yarn
cd ../my_editor
yarn

packages/my_app 中执行 flutter pub get 安装依赖

cd packages/my_app
flutter pub get

Step 2: 启动

启动低代码编辑器

cd packages/my_editor
yarn start

会在浏览器自动打开 http://localhost:5556/,界面如下 image

启动低代码物料

cd packages/my_materials
yarn start

会自动将上一步打开的链接跳转到 http://localhost:5556/?debug,并注入物料组件 image

如果没看红框效果,请刷新一下,可能有延迟。

启动 Flutter App

cd packages/my_app
flutter run

如果已经 open -a simulator,会在 simulator 中启动 flutter app,效果如下 image

Step 3:调试看效果

2023-03-27 00 34 28