Skip to content

Commit c69df9b

Browse files
committed
Merge branch 'main' of https://github.com/coderben2017/blog_flutter into main
2 parents 04845c7 + fcf14b5 commit c69df9b

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

README.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
# blog_flutter
2-
3-
A new Flutter project.
4-
5-
## Getting Started
6-
7-
This project is a starting point for a Flutter application.
8-
9-
A few resources to get you started if this is your first Flutter project:
10-
11-
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
13-
14-
For help getting started with Flutter, view our
15-
[online documentation](https://flutter.dev/docs), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.
1+
# flutter个人博客模板
2+
供flutter初学者参考借鉴
3+
4+
### 功能清单
5+
- [x] 网络请求封装(Dio)
6+
- [x] 路由跳转、传值
7+
- [x] 自定义字体
8+
- [ ] 国际化
9+
10+
### 页面清单
11+
- [x] 首页(文章列表)
12+
- [x] 文章详情
13+
- [ ] 登录
14+
- [ ] 新增文章
15+
- [ ] 发表评论

0 commit comments

Comments
 (0)