An open API service indexing awesome lists of open source software.

https://github.com/gaurav-822/titly

Chat Application with Local Persistence
https://github.com/gaurav-822/titly

fcm-notifications firebase firebase-auth firebase-cloud-storage firestore flutter local

Last synced: about 2 months ago
JSON representation

Chat Application with Local Persistence

Awesome Lists containing this project

README

          

# Chat-Application-Flutter

A Chat Application inspired from the working of local storage in Whatsapp and the features of Instagram.

## About

Key elements used in this application:
- Firebase Auth
- Firestore
- Firestorage
- Firebase Cloud Messaging
- Shared Prefrences
- QR Code
- Cached Network Image
- Image Picker
- Image Cropper

With the inculcation of all these elements an Application is developed that is connected to Firebase and also presist data and thus is able to show information in offline mode too.

## Run Locally

Clone the project

```bash
https://github.com/Gaurav-822/Chat-Application-Flutter.git
```

Install dependencies

```bash
flutter pub get
```

Start the Build

```bash
flutter run --dart-define SERVER_KEY=
```