Skip to content

Instagram clone app written in Dart/Flutter powered by Firebase

Notifications You must be signed in to change notification settings

emirhalici/instaclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instaclone

An instagram clone app powered with Firebase and written in Flutter/Dart.

Features implemented so far:

  • Log in
  • Log out (currently there are bugs surrounding navigation aspect)
  • Sign up
  • Forgot password
  • Main posts feed
  • Explore page
  • Profile page
  • User profile page
  • Adding posts
  • DM messages (both dm and group chat)

I recently dropped active development of this project to focus on other topics and my internship. If I come back to it I'll hopefully implement remaining features. Feel free to fork the project, use and publish it freely and maybe even contribute!

Features I'm working on:

  • Search for username

  • Handle back button presses

  • Infinite scroll pagination (not really needed because all posts are taken as streams and they are in sync with firestore)

  • Scroll to refresh (not really needed because all posts are taken as streams and they are in sync with firestore)

Features I'm planning to implement:

  • Reels page ⌛️
  • Shop page ⌛️
  • IG Stories ⌛️

Run Locally

Clone the project

git clone https://github.com/emirhalici/instaclone

Go to the project directory

cd instaclone

Install dependencies

flutter pub get

Run App

flutter run

Photos/Screenshots

Feeds Page Explore Page Profile Page
Feeds Page Explore Page Profile Page
My Profile Page Edit Profile Page Edit Profile Picture
My Profile Page Edit Profile Page Edit Profile Picture
Add Post Page 1 Add Post Page 2 Add Post Page 3
Add Post 1 Add Post 2 Add Post 3
Messages Page Add Chat Page Chat Page
IMG_0065 IMG_0067 IMG_0066

Videos/Screencasts

TODO

About

Instagram clone app written in Dart/Flutter powered by Firebase

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published