Skip to content

anotherlusitano/pomachat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pomachat

pomachat, developed as my final course project, is a chat app built using Flutter, Firebase, and WebRTC.

Features

  • Send messages, images and files.
  • Make video calls using the power of WebRTC.
  • Create and delete groups.
  • Customize a group's image, description and name.
  • Customize your username, bio and profile picture.
  • Invite other users to be your friends or to join your group.
  • Remove friends.
  • Remove other members if you are the group admin.

Setup

  • Step 1: Clone the repository:

    git clone https://github.com/anotherlusitano/pomachat.git
  • Step 2: Follow this guide until step 2.

    • PS: Don't forget to update the Firestore rules.
      service cloud.firestore {
        match /databases/{database}/documents {
          match /{document=**} {
            allow read, write: if true;
          }
        }
      }
      
  • Step 3: Run the app and have fun :)

    flutter run

About

A chat app built with flutter and firebase

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published