/FlutterFire-ChatApp

Chat Application made in Flutter using Firebase for backend.

Primary LanguageDartMIT LicenseMIT

FlutterFire-chatApp

GitHub license Generic badge Generic badge Generic badge PRs Welcome

Chat Application made in Flutter using Firebase for backend.


Table of content


Languages and Tools Used:

Flutter
Dart
Firebase


Screenshots


Note

This project is still under development.

Tasks / ToDo

  • Screens

    • Chat Screen
      • Chats List
      • Chats UI
      • Other User Profile
      • Image Support in chat
      • Add Friend option
    • Profile Screen
    • Settings for the app
  • Online Fetching

    • Chats List
    • Chats Live
    • User Data
  • Design Firebase Firestore

    • Chat Rooms
    • User Data
  • Offline Storage

    • User Info in SharedPreference
      • getter
      • setter
    • Chat Offline Storage
  • Additional Feats

    • Local Notifications
    • Encryption for security (End-to-End)
    • Greetings message for new Users using Firebase Functions

Created & Maintained by

Chirag Rawal <-> hackrhive


LICENCE

MIT License

Copyright (c) 2020 Chirag Rawal

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.