tiktok flutter
download of tiktok with flutter and firebase.
caracteristics
-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.-download or download this repository
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 :
flutter pub get
database
the app obtains the data from firestore and firebase storage. the format is firestore is :
i use firebase storage for videos and profile pic’s, but you can set the url to any server that you want.
todo
-likes.
-comments.
-system of user (register, login, profile screen).
-upload videos from the app
Comments are closed.