Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/am1994/yaachatty
Flutter Chat using Firebase as a backend.
https://github.com/am1994/yaachatty
android chat chat-application dart firebase firebase-auth firebase-database firestore flutter ios realtime-chat realtime-database realtime-messaging
Last synced: about 1 month ago
JSON representation
Flutter Chat using Firebase as a backend.
- Host: GitHub
- URL: https://github.com/am1994/yaachatty
- Owner: am1994
- License: mit
- Created: 2020-04-17T23:13:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-15T13:34:48.000Z (about 4 years ago)
- Last Synced: 2024-04-21T19:07:23.412Z (9 months ago)
- Topics: android, chat, chat-application, dart, firebase, firebase-auth, firebase-database, firestore, flutter, ios, realtime-chat, realtime-database, realtime-messaging
- Language: Dart
- Homepage:
- Size: 9.65 MB
- Stars: 17
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yaa Chatty ![](https://github.com/am1994/YaaChatty/blob/master/icons8-weixin-64.png) [messaging app]
I started this project from The App Brewery's Complete Flutter Development Bootcamp by Angela yu,
check out the full course at [www.appbrewery.co](https://www.appbrewery.co/). It's the best course for who wants to be a great Flutter Developer(cross-platform Android/Ios).this is the original project from The App Brewery ![flash-chat-flutter](https://github.com/londonappbrewery/flash-chat-flutter)
## My Goal
I wanted to learn more about Firebase with Flutter and how to deal with firestore storage so i added more screens and features like:
1. Firebase authentication verify email.
2. Setting screen (update user data(nickname,age,description).
3. Profile screen (show user's infromation).
4. Drawer widget (to easy navigate through screens).
5. Online screen (show app's users).
6. Private chat screen (chat with a partner).
7. Send images
8. Splash screen (added in android).## adding new widgets
* clipPath
* drawer
* AlertDialog
* FutureBuilder
* ShadeMask
* RadialGradient
credit images: ![Unsplash](https://unsplash.com/)
# Plan
my code isn't clean enough so i am willing to learn the design architecture like [Provider] / [block] / [Mobx] / [Redux]
## LicenseMIT License
Copyright (c) 2020 amina bekir
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.