Skip to content

Commit

Permalink
首次提交
Browse files Browse the repository at this point in the history
  • Loading branch information
MissYoung committed Dec 27, 2018
1 parent 9b8568e commit 9904ae7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
23 changes: 18 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
# zdk_app
# 全网最全flutter 学习案例 仿闲鱼(开源版)

A new Flutter application.
MIT协议 最终现实效果和闲鱼一致 可直接二次开发上线使用(欢迎Star)

## Getting Started
# 常用组件使用
> * 上拉加载,下拉刷新(原生实现)
> * 响应式瀑布流(第三方组件 flutter_staggered_grid_view)
> * 自动图片缓存与异步加载(第三方组件 cached_network_image)
> * 滑动头部,贴附头部(原生实现)
> * 图片预览(第三方组件 photo_view+封装实现)
> * 图片视频拍摄选择(第三方组件 image_picker)
> * 视频播放(第三方组件 video_player+封装实现)
For help getting started with Flutter, view our online
[documentation](https://flutter.io/).
# 功能实现
- [x] ui
- [x] 推送显示
- [ ] 微信支付集成
- [ ] 支付宝支付集成
- [ ] 推送集成

# 本人QQ:10274004
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons.
# 不写版本号 默认最新版 建议插件都是用最新版
cupertino_icons: ^0.1.2
image_picker:
image_picker: #图片选择
path_provider: ^0.4.1 #路径获取
video_player: ^0.8.0
video_player: ^0.8.0 #视频播放
event_bus: ^1.0.1 # 事件传递
flutter_staggered_grid_view: ^0.2.4 # 响应式瀑布流
cached_network_image: ^0.5.1 #
Expand Down

0 comments on commit 9904ae7

Please sign in to comment.