Skip to content

Commit

Permalink
Merge pull request #5 from WangCharlie/dev
Browse files Browse the repository at this point in the history
更新登录页面,推荐页面
  • Loading branch information
WangCharlie authored May 31, 2020
2 parents b8cd1e9 + 5ec5d4f commit b1ec4d0
Show file tree
Hide file tree
Showing 242 changed files with 1,143 additions and 1,194 deletions.
14 changes: 7 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@

# Flutter/Dart/Pub related
**/doc/api/
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
/build/
**dart_tool/
**flutter-plugins
**flutter-plugins-dependencies
**packages
**pub-cache/
**pub/
**/build/

# Web related
lib/generated_plugin_registrant.dart
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# 使用 Flutter 模仿抖音国外版
# 使用 Flutter 模仿抖音国外版, 本项目持续更新

flutte_app is a Flutter library for dealing with douyin app.

![抖音截图](douyin.gif)

## Tasks

- [x] 视频上下播放
- [x] 数据显示正常
- [ ] 评论
- [ ] 搜索
- [ ] 聊天
- [ ] 点赞
- [ ] 分享

## Installation

Use the package manager [Flutter](https://flutter.dev/) to install foobar.
Expand All @@ -16,16 +26,6 @@ Create or select the parent directory for the new project folder.
Wait for project creation to complete and the main.dart file to appear.
```
## 代办事项
- [x] 视频上下播放
- [x] 数据显示正常
- [ ] 评论
- [ ] 搜索
- [ ] 聊天
- [ ] 点赞
- [ ] 分享
## Usage
```dart
Expand Down

This file was deleted.

Binary file not shown.

This file was deleted.

Loading

0 comments on commit b1ec4d0

Please sign in to comment.