https://github.com/coindev1029/chatting-app-flutter
This is a flutter based modern messaging app where users can sign up and log in to chat with their friends, family, colleagues among groups with enriched User-Experience.
https://github.com/coindev1029/chatting-app-flutter
android android-app apk chat chat-application cross-platform flutter flutter-apps flutter-chat flutter-chat-app flutter-demo flutter-firestore ios ios-app
Last synced: 5 months ago
JSON representation
This is a flutter based modern messaging app where users can sign up and log in to chat with their friends, family, colleagues among groups with enriched User-Experience.
- Host: GitHub
- URL: https://github.com/coindev1029/chatting-app-flutter
- Owner: Coindev1029
- License: mit
- Created: 2024-01-30T16:15:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-29T21:35:03.000Z (about 1 year ago)
- Last Synced: 2024-11-08T10:51:09.609Z (8 months ago)
- Topics: android, android-app, apk, chat, chat-application, cross-platform, flutter, flutter-apps, flutter-chat, flutter-chat-app, flutter-demo, flutter-firestore, ios, ios-app
- Language: Dart
- Homepage:
- Size: 56.1 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chatter App
This is a flutter based modern messaging app where users can sign up and log in to chat with their friends, family, colleagues among groups with enriched User-Experience.
It uses Firebase Cloud Firestore as well as the Firebase authentication package which equips this app with a cloud-based NoSQL database and secure authentication methods.
One of the first simple apps I created while on my journey to learn flutter.
##### Download APK
https://github.com/ishandeveloper/Chatter-App/raw/master/app.apk### Demo
![]()
![]()
![]()
![]()
![]()
### Dependencies1. [Font_Awesome_Flutter](https://pub.dev/packages/font_awesome_flutter)
1. [Firebase](https://pub.dev/packages/firebase)
1. [Firebase_Auth](https://pub.dev/packages/firebase_auth)
1. [Animated_Text_Kit](https://pub.dev/packages/animated_text_kit)
1. [Firebase_Core](https://pub.dev/packages/firebase_core)
1. [Cloud_Firestore](https://pub.dev/packages/cloud_firestore)
1. [Modal_Progress_Hud](https://pub.dev/packages/modal_progress_hud)
1. [Edge_Alert](https://pub.dev/packages/edge_alert)
## Setup
##### Clone the repository
```bash
git clone https://github.com/ishandeveloper/Chatter-App.git
```
##### Move to the desired folder
```bash
cd \Chatter-App
```##### To run the app, simply write
```bash
flutter run
```## Requirements to contribute
- Basic knowledge of programming is mandatory
- The ability to use Git and GitHub
- Some knowledge of Dart and how to use Flutter is preferrable for a head start.
- UI/UX Design skills are appreciable but not mandatory
- Some idea about Firebase or willingness to learn it### How to make a Pull Request:
**1.** Fork [this](https://github.com/ishandeveloper/Chatter-App) repository.
**2.** Clone the forked repository.
```terminal
git clone https://github.com//Chatter-App
```**3.** Navigate to the project directory.
```terminal
cd Chatter-App
```**4.** Checkout from master to development branch.
```terminal
git checkout development
```
**5.** Make changes in source code.**6.** Commit your changes.
```terminal
git add .
git commit -m ""
```**7.** Push your local branch to the remote repository.
```terminal
git push -u origin development
```**8.** Create a Pull Request!
**Congratulations!** :boom: Sit and relax, you've made your contribution to [Chatter App] (https://github.com/ishandeveloper/Chatter-App) project.
## Tasks and Features
* Improve the UI
* Implementing the App with Features
* Login Page using Facebook, Google
* Work on the improvement and building the various pages of the app
* Database integration with Firebase
* Have a corresponding Web App for this
* Analyze further design requirements and integrateFor help getting started with Flutter, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
##### Made with ♥ by ishandeveloper
[](https://github.com/ishandeveloper)