Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 821 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 821 Bytes

Flutter Chat App

A whatsapp like chat app made with Flutter and Firebase.

Auth Screen Contacts Screen Messages Screen

Getting Started

Note: You already need to have Flutter installed.

# clone the repo
git clone https://github.com/marciovalim/flutter-chat-app.git 

# move to the cloned repo
cd flutter-chat-app

# get dependencies
flutter pub get

# run application
flutter run

📝 License

This project is under MIT License. See LICENSE for more details.