mcofie/Tik-Tok-App-Clone-Flutter
使用 Flutter 构建的 TikTok 应用克隆版。
- Stars
- 220
- Forks
- 103
- 最近推送(UTC)
- 2019年9月4日
- 项目状态
- 未归档
语言DartRubyObjective-CJava
使用的依赖
依赖清单 7 项
- flutter
{"sdk":"flutter"} - image_picker
^0.6.0+9 - video_player
^0.10.1+3 - cached_network_image
0.7.0 - http
^0.12.0+2 - cupertino_icons
^0.1.2 - flutter_test开发依赖
{"sdk":"flutter"}
所在榜单
原始 README
以下为英文项目原文快照,最新内容请访问 GitHub。
展开 / 收起项目 README
Tik Tok App clone
TikTok is an iOS and Android media app for creating and sharing short videos. The app was launched in 2017 by ByteDance, for markets outside of China. ByteDance has previously launched Douyin for the China market in September 2016.
Introduction
This is a basic mobile application that uses the flutter framework to create a clone of the Tik Tok App.
It was inspired by BIGFIRE my colleague, who built a similar thing on iOS.
Plugins Used
The following flutter plugins were used to pull this off.
- Video Player - To help play videos from a server
- Cached Network Image - To fetch images & caching
- Image Picker - To help capture images from camera & picking images from gallery.
- HTTP - To make HTTP requests.
Work in Progress
TODO / Features in subsequent updates.
- [ ] Code refactoring - as always
- [ ] Few UI touch ups to the Home Widget (Page)
- [ ] Add the page to create a video
- [ ] Add the Inbox Widget (Page)
- [ ] And possibly the Discover Widget (Page)
Application Screen(s) So far
alt tiktok_clone_preview_1.jpg
Preview 1.01