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
- Host: GitHub
- URL: https://github.com/gaurav-822/titly
- Owner: Gaurav-822
- Created: 2024-02-19T11:13:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-25T08:14:32.000Z (about 2 years ago)
- Last Synced: 2025-12-31T04:20:49.052Z (5 months ago)
- Topics: fcm-notifications, firebase, firebase-auth, firebase-cloud-storage, firestore, flutter, local
- Language: Dart
- Homepage:
- Size: 10.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=
```