Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.35 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.35 KB

Convo Flow

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.

Features

  • 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.

Prerequisites

  • Flutter SDK
  • Firebase account
  • Basic knowledge of Flutter and Firebase

Setup Instructions

Clone the Repository

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.