It is a Full stack Chat Application using Flutter and Firebase. It allows real-time messaging to registered users. It uses Flutter Bloc for State Management.
- User Registration with validation
- Authentication
- Real-time messaging
- Notifications
- Search users
The app starts with a splash screen :
Sign-up & Sign-in page :
Home Screen contains a tab bar, containing
- Messages
- Stories
- Calls
Whenever, message is recieved, Notification pops-up. It is implemented using flutter_local_notifications package. Also, the unread count shows the number of messages unread.
Search for users by tapping on the floating action button. It opens a Search Dialog:
Click on one of the users, it will open the chat screen.
To view your profile, click on your image on Home Screen.