Building Instagram With Flutter
Preet Parekh

Preet Parekh @preetjdpdev

About: Brainstorming 🤯

Location:
Mumbai
Joined:
Jan 3, 2019

Building Instagram With Flutter

Publish Date: Jan 14 '19
11 0

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.




Comments 0 total

    Add comment