Mobile App: Flare Share

Source Code

Technologies: Flutter & Dart, Firebase, Google Cloud Platform

ABOUT:

Flare Share is a instagram clone that simulates social media features. Users are able to upload and like images, create, delete, and comment on posts, and edit their profiles. All the data is being saved on firebase storage.

WHAT I LEARNED:

I believe the most valuable lesson I learned from this project was linking users to their content/data. I accomplished this by giving each user a unique ID and reference that ID to that user's data. For example, when a user creates a post, the user's ID is used as a reference to the post's ID.

Overall, I've improved my Flutter UI design knowledge, learning to execute asynchronous task, and utilize firebase capabilities.