This is a mobile application built for online human interactions. People can get onboard and share posts, comment on posts, like posts, have a feed, follow and unfollow users of their choice, and upload images.
- Flutter Framework
- Dart
- Firebase for the backend
- Authentication
- Posts
- Chats
- File upload
- Comments
- User profile
- Follow and unfollow users
- Feed
- Fork the repo.
- Clone it to your local setup by using the command
git clone (repository link)
- Open the project with Android Studio or VS code
Directly cloning from Android Studio (Alternate method):
- Go to FILE -> NEW -> PROJECT FROM VERSION CONTROL
- Copy and paste the url of FORKED repo in the URL field and click clone.