Building Instagram With Flutter

preetjdpdev

Preet Parekh

Posted on January 14, 2019

Building Instagram With Flutter

The Idea

In this MultiPart Series I wish to built a complete, Full Featured, Fast, Open Source Instagram Like App.

The Basic Idea is to have a Flutter app, powered with a Firebase Backend with support for Adding / Liking / Deleting Images, A Stories Like Thing, Sexy UI and Cool Transitions, Full CI/CD support, Testing, etc.

The purpose of this exercise is to learn building large scale complex Applications, with high scalability, efficiency, and upgradeability., while also giving back to the community.

Let's Initialize the flutter app

    flutter create instagram
    cd instagram
    flutter run
Enter fullscreen mode Exit fullscreen mode

You Should have a flutter app running on your phone, running the flutter demo app.
Flutter App

This might not look like much but trust me we're gonna build an amazing App trust me 😉.

backdrop

A new Flutter project.

Getting Started

For help getting started with Flutter, view our online documentation.




💖 💪 🙅 🚩
preetjdpdev
Preet Parekh

Posted on January 14, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related