Skip to content

vscalcione/flutter_instagram_clone

Repository files navigation

flutter_instagram_clone

A new Flutter project. This is a flutter_instagram_clone

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

GUI (Graphical Interface)

  • App with white AppBar & StatusBar
  • Root page with tabs

Profile page

  • Scrollable page throw CustomScrollView with user profile & post
  • User profile
  • User posts

Server Linking

  • Profile downloading in json format
  • Models definition (profile, user, post)
  • Model creation to json base startup

Screenshot of Flutter App

screenshot