Splash is a totally responsive instagram clone built with Flutter and Firebase.
Right now it can handle post, activity feed, notifications, edit profile, comments.
Any improvement is desired regarding UI, and more features.
Drop a ⭐ if you liked this repo.
- Your project must support AndroidX.
- Add your Firebase in the App. Visit here
- Set 'multiDexEnabled true' in your app level build.gradle file.
- Add 'implementation 'com.android.support:multidex:1.0.3' under dependencies and "apply plugin: 'com.google.gms.google-services' " in your app level build.gradle file.
- In your project level build.gradle add "classpath 'com.google.gms:google-services:4.3.4' " under dependencies.
- Use latest version of all dependencies in your pubspec.yaml file. Also run 'npm install' in your terminal at working directory to install node packages. Also visit this
- Most Important -> You may get lot of error regarding firebase and firestore. Have patience and search of all solutions and it will work.