Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/priyeshchowta1997/ReConnect
A Blazing fast Video Call and Chat Application, using Flutter and Firebase for Google Sign In/Sign Up
https://github.com/priyeshchowta1997/ReConnect
Last synced: 12 days ago
JSON representation
A Blazing fast Video Call and Chat Application, using Flutter and Firebase for Google Sign In/Sign Up
- Host: GitHub
- URL: https://github.com/priyeshchowta1997/ReConnect
- Owner: priyeshchowta1997
- License: mit
- Created: 2020-08-05T15:08:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T16:54:29.000Z (over 4 years ago)
- Last Synced: 2024-08-02T05:12:09.645Z (3 months ago)
- Language: Dart
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - ReConnect - A Blazing fast Video Call and Chat Application, using Flutter and Firebase for Google Sign In/Sign Up (Dart)
README
# ReConnect
A new Flutter Chat and Video/voice call project.
## Description
A Blazing fast Video/voice Call and Chat Application, using Flutter and Firebase for Google Sign In/Sign Up.
## Getting Started
* Clone this repo
* Run flutter run (remember to open simulator or connect physical device, iOS auto run additional command pod install).## Setup
* To Run this project properly these is the setup you must follow.
1. Connect the app to your Firebase Project from your Firebase Console and add the google-services.json in the /android/app directory.
2. Inside /lib/configs, where you'll find file called as agora_configs.dart.
3. Inside agora_configs.dart add:
- const APP_ID = ''; from your [Agora.io]https://www.agora.io/en/.
## ReConnect UI Screens
## ReConnect Features :+1::thumbsup:
* Ability to Send text messages and images.
* Ability to video/voice call.
* Ability to track Call logs.A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.