This clone is made completely using Flutter & Firebase, It has all the functionalities which the real instagram has,
- Email Authentication
- Upload posts
- Make comments on post
- Like posts & comments
- And many more basic functionalities...
- Posting Stories
- Uploading reels
- Messaging functionality
- Notifications functionality
The above mentioned functionalities will be released in future, till then stay tuned..
Steps to get started
-
Fork the repository on your account by clicking the fork button on the top right side corner
-
After forking successfully, Open terminal and clone the repository on your local machine
git clone https://github.com/<your-username>/Instagram-Clone-Flutter
-
After cloning the repository successfully, Navigate to the folder
cd Instagram-Clone-flutter
-
Run
flutterfire configure
to configure the project with your firestore database -
After that run
flutter pub get
to get all the packages used in the app -
To run the application on app, Plug in your mobile device and turn on USB debugging, If you don't know how to enable it, check out now
-
After plugging in your mobile successfully, Run
flutter run
and it will be up and running on your device