Stack used - Flutter as frontend framework, Firestore as database, Cloud Storage as blob storage service and Firebase Authentication as Authentication Service(Only Email and Password).
- Post new Pictures( PNG, JPG, JPEG and GIF supported)
- Images stored in Cloud Storage in Firebase
- Image Metadata stored in Cloud Firestore
- Authentication done with Firebase Authentication using email and password.
- On account creation, user data is stored in cloud Firestore.
- Like Posts
- Delete Posts(Only if the post has been created by the logged in User).
- Save Posts.
- Update User Profile Picture.
- Have Help section to show the use of the app.
- Added Instagram style Like Animation
The release version has currently been made only for Android.
Download the Fat APK here
The APK has been split by abi here
To start debugging, fire up VSCode or Android Studio and hit F5 after connecting an emulator or Phone with USB Debugging on. (Flutter needs to be configured beforehand)