A simple messaging app, allowing user to
- sign up & login by email
- join chat room (by id)
- see messages history
- send messages
- use emoji 😎👍!
The project is written in Dart using Flutter SDK by Google.
Chat messages are stored in Cloud Firestore database.
App can run on both iOS and Android (also on Web, Mac and PC).
Source code can be compiled using Android Studio or VSCode (open the root directory).
If you don't have Flutter on your machine, please install it first
Android APK build can be downloaded from Releases