DEV Community

Cover image for Building Instagram With Flutter
Preet Parekh
Preet Parekh

Posted on

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

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.

Top comments (0)