https://github.com/hacktons/dsl_prototype
Flutter动态化demo
https://github.com/hacktons/dsl_prototype
dynamic layout
Last synced: 11 months ago
JSON representation
Flutter动态化demo
- Host: GitHub
- URL: https://github.com/hacktons/dsl_prototype
- Owner: hacktons
- Created: 2020-08-25T11:12:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T06:02:59.000Z (over 5 years ago)
- Last Synced: 2025-02-16T02:43:22.747Z (about 1 year ago)
- Topics: dynamic, layout
- Language: JavaScript
- Homepage: https://hacktons.cn/dsl_prototype
- Size: 1.77 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter动态化实验 Fair
Fair是轻量级的有限动态化框架。目前处于实验性质,存在重大变更的可能。
主要用于支持业务的布局动态化。
## 功能
* 支持布局描述动态下发&渲染
* 支持DSL内联函数&变量
* 扩展其他常用表达式 TODO
* 逻辑动态下发(暂不支持)
* 基于注解快速生成描述文件 TODO
* 开发期间提示不支持的转换情形 TODO
* 配套cli工具链 TODO
* bundle打包服务 TODO
* FlatBuffer格式支持 TODO
## Demo 预览
[http://hacktons.cn/dsl_prototype/](http://hacktons.cn/dsl_prototype/)
为了快速演示原型效果,知乎页面是基于[zhihu-flutter](https://github.com/xujiyou/zhihu-flutter)的dart源码,仅做了微调。
## 接入
TODO