rehanganapathy / instagram-clone-flutter

An instagram clone coded in flutter sdk using dart, the backend has been implemented with firebase, you can post media, follow people, create your account, search for other users and like and comment on other posts too! Firebase works really well with flutter, they do provide powerful functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

insta_clone

Screenshot 2022-07-07 at 01 41 18

Screenshot 2022-07-07 at 01 41 10

Screenshot 2022-07-07 at 01 41 05

Screenshot 2022-07-07 at 01 40 02

Tech Used:

Server: Firebase Auth, Firebase Storage, Firebase Firestore

Client: Flutter, Provider

To make this work on your system :

Create Firebase Project Enable Authentication Create Android, iOS & Web Apps and put them in your gradle, runner files Take Web FirebaseOptions and put it in main function in main.dart file replacing my keys

Then run the following commands to run your app:

flutter pub get open -a simulator (to get iOS Simulator) flutter run flutter run -d chrome --web-renderer html (to see the best output)

About

An instagram clone coded in flutter sdk using dart, the backend has been implemented with firebase, you can post media, follow people, create your account, search for other users and like and comment on other posts too! Firebase works really well with flutter, they do provide powerful functions


Languages

Language:Dart 92.1%Language:HTML 5.0%Language:Java 2.8%Language:Kotlin 0.2%