Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salvadordeveloper/flutter-tiktok
A TikTok Clone in Flutter and Firebase.
https://github.com/salvadordeveloper/flutter-tiktok
Last synced: 5 days ago
JSON representation
A TikTok Clone in Flutter and Firebase.
- Host: GitHub
- URL: https://github.com/salvadordeveloper/flutter-tiktok
- Owner: salvadordeveloper
- License: mit
- Created: 2020-06-14T06:08:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-25T08:54:23.000Z (about 2 years ago)
- Last Synced: 2024-12-01T15:04:34.532Z (12 days ago)
- Language: Dart
- Homepage:
- Size: 32.9 MB
- Stars: 1,081
- Watchers: 57
- Forks: 396
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - TikTok-Flutter
README
TikTok Flutter
Clone of TikTok with Flutter and Firebase.
## Caracteristics
Video Demo: https://youtu.be/sMKg6ILYgv0-TikTok UI
-Swipe Videos
-Dynamic Video Data Source
-User Data (Name, Image)
-Animations(Image rotation)## Libraries
-video_player.
-cloud_firestore:
-cached_network_image## Installation
1.-Clone or download this repository
```bash
git clone https://github.com/salvadordeveloper/TikTok-Flutter.git
```2.-Config your Firebase instance and insert the google-service.json in android/app/ or ios/Runner
3.-Config flutter project :
```bash
flutter pub get
```## Database
The app obtains the data from Firestore and Firebase Storage.
You can upload your videos to Firebase Storage or any site you want, you only need the link of the source, then configure the archive lib/data/demo_data.dart with the list of your videos, this data going to be automatically saved in your Firestore instance.
## TODO
-Likes.
-Comments.
-System of User (Register, Login, Profile Screen).
-Upload Videos from the app## Changelog
19/06/2020
- Realtime Database To Firestore
- caroulsel_slider To PageView21/06/2020
- Bloc Pattern
- VideoManager
- Performace Improvements.22/07/2020
- Change Bloc to Locator with GetIt
- Solved problems with iOS
- Better UI
- Screens Added
- Clean Code
- Videos from file
- Performace Improvements.