-
Notifications
You must be signed in to change notification settings - Fork 692
flutter
beatles-chameleon edited this page Aug 28, 2019
·
1 revision
- 视图层UI:
- 实现flexbox布局到flutter的布局相关资料 https://blog.csdn.net/qq_30513483/article/details/69382695
- flutter 支持 flex布局 https://hotfireeagle.github.io/2019/01/15/flutter%E4%B9%8B%E5%BC%B9%E6%80%A7%E5%B8%83%E5%B1%80Flex/
- 视图层结构:
- CML DSL 编译转 widget结构化调用
- 运行时(runtime)实现 CML 的 DSL 语法
- 逻辑层:
- JS到dart的转化:编译转成 dart,接入成本较高
- dart框架添加虚拟机,js 代码再虚拟机里面运行,相关资料 https://mp.weixin.qq.com/s/uwQCjRss_Qqi8p7PPznj5g
- 直接用 dart 编写 CML框架,用户需要用 dart 写业务代码;而用户需要写 dart 代码。这种方式空间最大~
flutter版本的cml协议标准框架 flutter版本的cml协议标准的api和内置组件