Convo Flow is a Flutter-based chatting app that enables private conversations and group chats. It features real-time messaging, media sharing, and a user-friendly design for seamless communication between individuals or multiple users. The app uses Firebase for authentication, storage, and real-time database functionalities.
- Private Conversations: Communicate one-on-one with other users.
- Group Chats: Create and manage group chats with multiple participants.
- Real-Time Messaging: Send and receive messages instantly.
- Media Sharing: Share images and other media files in chats.
- User-Friendly Design: Intuitive and easy-to-navigate interface.
- Flutter SDK
- Firebase account
- Basic knowledge of Flutter and Firebase
git clone https://github.com/samarth-5/convo-flow.git
cd convo_flow
flutter pub get
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.