https://github.com/cahyofendhi/chat-flutter
implementation chat application using firestore and build with Flutter
https://github.com/cahyofendhi/chat-flutter
chat firebase firestore flutter flutter-app flutter-examples notification realtime
Last synced: 2 months ago
JSON representation
implementation chat application using firestore and build with Flutter
- Host: GitHub
- URL: https://github.com/cahyofendhi/chat-flutter
- Owner: cahyofendhi
- Created: 2020-05-11T01:23:32.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-05-18T03:29:02.000Z (about 6 years ago)
- Last Synced: 2025-07-29T04:44:24.107Z (12 months ago)
- Topics: chat, firebase, firestore, flutter, flutter-app, flutter-examples, notification, realtime
- Language: Dart
- Size: 416 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatFlutter
Realtime Chat application using FireStore and build with flutter
  
## Getting Started
to run this project
```
flutter pub get
flutter run
```
## List of libraries in this project
* [firebase_auth](https://pub.dev/packages/firebase_auth)
* [google_sign_in](https://pub.dev/packages/google_sign_in)
* [cloud_firestore](https://pub.dev/packages/cloud_firestore)
* [firebase_storage](https://pub.dev/packages/firebase_storage)
* [fluttertoast](https://pub.dev/packages/fluttertoast)
* [shared_preferences](https://pub.dev/packages/shared_preferences)
* [image_picker](https://pub.dev/packages/image_picker)
* [cached_network_image](https://pub.dev/packages/cached_network_image)
* [intl](https://pub.dev/packages/intl)
* [progress_dialog](https://pub.dev/packages/progress_dialog)
* [photo_view](https://pub.dev/packages/photo_view)
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.