A simple clean UI TikTok Clone made with Flutter and Firebase as backend and state management using GetX.Based on MVC architecture.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
App is based On the Model View Controller architecture.Models having the models like user or comment model.View having the widegts and screen.And controller having the overll logic of the app.