-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
563 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,46 @@ | ||
# zh | ||
### Flutter 入坑指南 | ||
|
||
A new Flutter project. | ||
使用Flutter复刻知乎主要界面的UI,借此可熟悉掌握Flutter的布局。同时包含众多常用功能的实践。 | ||
|
||
涉及到的实践内容包括但不限于: | ||
|
||
- 基础布局 | ||
- 搜索栏 | ||
- 滑动视图 横向/纵向 | ||
- Tab切换 | ||
- 底部菜单切换 | ||
- 下拉刷新 | ||
- 上拉加载更多 | ||
- Swipe左右滑动删除等 | ||
- 双击、长按等常用手势 | ||
- HTTP请求 | ||
- 图片选择器 | ||
- 相机Camera调用 | ||
- Video视频播放 | ||
- Audio音频播放 | ||
- Toast/SnackBar提示 | ||
- 常用表单组件、表单校验 | ||
- DatePicker、TimePicker | ||
- ActionSheet | ||
- 下拉弹窗菜单 PopupMenuButton | ||
- 轮播图 Swiper | ||
- 高斯模糊 | ||
- ... | ||
|
||
持续学习中。欢迎加入Flutter开拓交流,群聊号码:236379502 | ||
|
||
|
||
<img src="./screenshoot/1.png" width = "49%" /> <img src="./screenshoot/2.png" width = "49%" /> | ||
|
||
<img src="./screenshoot/3.png" width = "49%" /> <img src="./screenshoot/4.png" width = "49%" /> | ||
|
||
<img src="./screenshoot/5.png" width = "49%" /> <img src="./screenshoot/6.png" width = "49%" /> | ||
|
||
<img src="./screenshoot/7.png" width = "49%" /> <img src="./screenshoot/8.png" width = "49%" /> | ||
|
||
<img src="./screenshoot/9.png" width = "49%" /> <img src="./screenshoot/10.png" width = "49%" /> | ||
|
||
## Getting Started | ||
|
||
This project is a starting point for a Flutter application. | ||
|
||
A few resources to get you started if this is your first Flutter project: | ||
|
||
- [Lab: Write your first Flutter app](https://flutter.io/docs/get-started/codelab) | ||
- [Cookbook: Useful Flutter samples](https://flutter.io/docs/cookbook) | ||
|
||
For help getting started with Flutter, view our | ||
[online documentation](https://flutter.io/docs), which offers tutorials, | ||
samples, guidance on mobile development, and a full API reference. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.