博客仪表盘。
在此访问实时应用 此处
这是我用 flutter 创建的个人仪表盘项目。 肯定还有很大的改进空间,所以任何形式的贡献都欢迎
博客仪表盘
使用方法
# Clone this repository
$ git clone
# Go into the repository
$ cd ["repo name"]
# Install dependencies
$ flutter pub get
# Run the app
$ flutter run -d chrome --web-renderer canvaskit
项目中的概念
- 监听器和控制器。
- 使用 Flutter Web 的布局。
- setState
待办事项
- 为编辑器添加编辑选项
- 更多功能。
- 清理代码

