An open API service indexing awesome lists of open source software.

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

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