Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.82 KB

README.md

File metadata and controls

59 lines (40 loc) · 1.82 KB

MSN MESSENGER 2019 Edition

A simple mock of an ficticious app for the now dead MSN Messenger using material design and flutter.

This app is based on this video

Getting Started

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.

How to run this app

  • Fake Data Sever

    • Download Mockoon App
    • Open the server.json file and start the mocked server
  • Application

    • Note: This application application is meant to run on Android Emulator with a the proxy setup to access the mocked server at https://localhost:3000

    • Clone this repository

    • run flutter run in your terminal

Demo

Features

  • [X] Firebase Auth
  • [X] Bloc Pattern
  • [X] Mocked Data
  • [X] List Online Friends
  • [X] List Recent Chats
  • [X] List All Friends
  • [X] List Recent Calls
  • [-] Account Settings
  • [-] Chat Screen
  • [-] Nudge!
  • [-] Call Screen

Screenshots

welcome screen

sign in screen

sign up screen

home tab

friends tab

calls tab

settings tab