Chat-App - A Chat App with flutter and Firebase and Video Calling using WebRTC

Overview

chat_app

A chat app with flutter and firebase with image message support and video calling with using WebRTC, reading user's contacts. theming. Provider State Management Package.

note : Code is not yet Cleaned.

video of Project at : https://www.instagram.com/tv/CXrVPJWFyCE/?utm_source=ig_web_copy_link

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

You might also like...

A powerful Flutter chat UI component library and business logic for Tencent Cloud Chat, creating seamless in-app chat modules for delightful user experiences.

A powerful Flutter chat UI component library and business logic for Tencent Cloud Chat, creating seamless in-app chat modules for delightful user experiences.

style .button-9 { appearance: button; backface-visibility: hidden; background-color: #1d52d9; border-radius: 6px; border-width: 0; box-shadow: rgba(

Aug 11, 2023

Microsoft Teams Clone is a Video conference application with a rich integrated chat experience, to connect with friends,family & colleagues. Developed as a redesign of Microsoft Teams during my menteeship at Microsoft Engage 2021

Microsoft Teams Clone is a Video conference application with a rich integrated chat experience, to connect with friends,family & colleagues. Developed as a redesign of Microsoft Teams during my menteeship at Microsoft Engage 2021

Microsoft Teams Clone by Karanjot Singh About Microsoft Teams Clone is a Video conference application with a rich integrated chat experience, to conne

Dec 28, 2022

Dio desafio chatonline flutter firebase - Developing an Online Chat Application Integrated with Firebase

Dio desafio chatonline flutter firebase - Developing an Online Chat Application Integrated with Firebase

Desenvolvendo um aplicativo de Chat Online integrado ao Firebase Descrição Neste

Jan 4, 2022

Developed a Group chat application using Flutter and Firebase, where users can register and create groups or join already existing groups and start conversing with each other.

Developed a Group chat application using Flutter and Firebase, where users can register and create groups or join already existing groups and start conversing with each other.

GroupChatApp About Developed a Group chat application using Flutter and Firebase, where users can register and create groups or join already existing

Dec 1, 2022

A Chat App Made Using Flutter and Firebase

A Chat App Made Using Flutter and Firebase

💬 ChatX A Simple Group Chat App Made Using Flutter And Firebase This is a Chat Application where the user can sign-up/log-in either via Email Authent

Aug 26, 2022

let's build a mobile chat application using flutter and firebase

miichat A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this

Oct 7, 2022

A chat application using Flutter and Firebase.

flutter_chat_app A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started

Apr 7, 2022

Simple Chat Application using pure Firebase.

chat_app A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this

Dec 29, 2021

🎞 Flutter media playback, broadcast & recording library for Windows, Linux & macOS. Written in C++ using libVLC & libVLC++. (Both audio & video)

🎞 Flutter media playback, broadcast & recording library for Windows, Linux & macOS. Written in C++ using libVLC & libVLC++. (Both audio & video)

dart_vlc Flutter media playback, broadcast, recording & chromecast library for Windows, Linux & macOS. Written in C++ using libVLC & libVLC++. Install

Dec 29, 2022
Comments
  • fail to sync addressbook

    fail to sync addressbook

    Null pointer exception while syncing addressbook

    In user.dart -> setContacts()

    Future<void> setContacts() async {
        await setUpContacts();
        var firestore = FirebaseFirestore.instance.collection('users');
        print('2');
        for (final contact in _phoneContacts) {
          print('3');
          for (final phone in contact.phones) {
            print('4');
            final res = await firestore
                .where('phoneNumber', isEqualTo: phone.normalizedNumber)
                .get();
            print('5');
            res.docs.forEach((querySnapShot) {
              print('6');
              _currentUserContacts.add(MyUser(
                  phoneNumber: querySnapShot.data()['phoneNumber'],
                  userId: querySnapShot.id
                  profilepic: querySnapShot.data()['profilePic'],
                  displayName: contact.displayName));
            });
          }
        }
      }
    
    opened by raakeshks7 1
Owner
Reza Hosseinypour
Flutter Developer , learning NodeJs, CS masters at Mazandaran University Of Science and Technology
Reza Hosseinypour
Flutter WebRTC demo with Python server to perform image processing on video frames using OpenCV

flutter + webrtc => python + aiortc + opencv This demo project should help you to get setup sending a video feed from a flutter app to a python backen

John Crisp 42 Dec 29, 2022
Real short video app with firebase and pixels API.Where you can create a short video with pixels' stock videos and also merge your audio.

Flutter Short Videos Platform Short videos platform with Flutter and Firebase. About Real short video app with firebase and pixels API.Where you can c

Ansh rathod 55 Dec 26, 2022
It is a simple group chat application made with flutter back-end by Firebase. People can chat like a community chat.

flash_chat A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if th

Moideen Rafih P A 4 Aug 7, 2022
Amir Khan 47 Jan 8, 2023
Android app to show movie ratings when browsing Netflix, Amazon Prime Video and other supported video streaming apps on the phone

Flutter - Movie Ratings You can get the latest Playstore version here on Playstore - or download directly - 0.4.5 Screenshots of master Search Page Fa

Jay Rambhia 71 Nov 23, 2022
Video player-2.2.10 - A Flutter plugin for iOS, Android and Web for playing back video on a Widget surface

Video Player plugin for Flutter A Flutter plugin for iOS, Android and Web for pl

null 2 Sep 29, 2022
Munem Sarker 1 Jan 25, 2022
YoYo Video Player is a HLS(.m3u8) video player for flutter.

YoYo Video Player YoYo Video Player is a HLS(.m3u8) video player for flutter. The video_player is a video player that allows you to select HLS video s

Ko Htut 89 Dec 23, 2022
WebRTC Phone based on MQTT, Flutter

Flutter WebRTC Phone Using a MQTT client and a Flutter, an example source of WebRTC bidirectional video communication. WebRTC WebRTC를 이용한 화상/데이터 통신은 기

Billy park 9 Oct 31, 2022
Chat-application - Build Chat Application using Flutter and Firebase

Build Chat Application using Flutter & Firebase Source Code - Enjoy ! Social Med

Muhammad Irvan 0 Jan 3, 2022