All Projects → ishandeveloper → Chatter App

ishandeveloper / 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.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Chatter App

Space Curiosity
All space related agregator, built with Flutter - Spark your curiosity!
Stars: ✭ 56 (-30%)
Mutual labels:  android-app, flutter-apps, ios-app
Flutter Tetris
a tetris game powered by flutter. 使用flutter开发俄罗斯方块。
Stars: ✭ 1,109 (+1286.25%)
Mutual labels:  android-app, flutter-apps, ios-app
Flutter gank
Flutter版 干货集中营
Stars: ✭ 60 (-25%)
Mutual labels:  android-app, flutter-apps, ios-app
Chatair Android
💬 A full featured chat in android using Firestore
Stars: ✭ 55 (-31.25%)
Mutual labels:  android-app, chat, chat-application
flutter todos
A cross platform todo list app using flutter, sqlite etc. If you read the code, you will understand how to create simple elegant mobile app using Flutter and Dart language.
Stars: ✭ 60 (-25%)
Mutual labels:  ios-app, android-app, flutter-apps
Flutter Tasky App
A Flutter Task App
Stars: ✭ 48 (-40%)
Mutual labels:  android-app, flutter-apps, ios-app
Open Source Flutter Apps
📱 List of open source Flutter applications
Stars: ✭ 1,086 (+1257.5%)
Mutual labels:  android-app, flutter-apps, ios-app
Steamtools
🛠「Steam++」是一个开源跨平台的多功能Steam工具箱。
Stars: ✭ 4,458 (+5472.5%)
Mutual labels:  cross-platform, ios-app, android-app
Flutter For Wordpress App
🎃 Cross-platform wordpress news app built with Flutter and WP REST API.
Stars: ✭ 157 (+96.25%)
Mutual labels:  android-app, flutter-apps, ios-app
Todayx
🌈Flutter App:🎊「今日份的X」(每天推荐一个:图片、诗歌、名言、音乐、乐评、高等数学、两种配色、化学方程式、Github Repo、知乎问题、文章)
Stars: ✭ 128 (+60%)
Mutual labels:  android-app, flutter-apps, ios-app
flutter-Anniversary
一款界面优美,功能简洁的纪念日APP
Stars: ✭ 57 (-28.75%)
Mutual labels:  ios-app, android-app, flutter-apps
TemporaryContacts
Android/iOS mobile application for adding contacts that are automatically deleted after a set or default interval and are synced with main address book
Stars: ✭ 15 (-81.25%)
Mutual labels:  ios-app, android-app, flutter-apps
Messenger
Open source, native iOS Messenger, with realtime chat conversations (full offline support).
Stars: ✭ 4,264 (+5230%)
Mutual labels:  ios-app, chat, chat-application
Unplug
unplug : desktop client for matrix.org (work-in-progress)
Stars: ✭ 45 (-43.75%)
Mutual labels:  chat, chat-application
Swiftychat
SwiftUI Chat UI (Client) Framework & Documentation to get started!
Stars: ✭ 50 (-37.5%)
Mutual labels:  chat, chat-application
Tick.chat
Chat via nearby persons. Instant, Secure, Anonymously. 🕶
Stars: ✭ 50 (-37.5%)
Mutual labels:  chat, chat-application
Heal O Chat
Heal-O-Chat is a Social Media Application for people who have been feeling less motivated in life or are losing hope. This platform allows users to chat with people and share their thoughts and feelings with each other and thereby let go of stress, anxiety, and depression that they've been feeling for long.
Stars: ✭ 42 (-47.5%)
Mutual labels:  chat, chat-application
Ionic Chat With Firebase
IONIC Chat With Firebase
Stars: ✭ 53 (-33.75%)
Mutual labels:  chat, chat-application
Gas Oil Mixture Mobile
Mobile app for calculation of gasoline/oil ratio for 2 stroke engines built with React Native.
Stars: ✭ 61 (-23.75%)
Mutual labels:  android-app, ios-app
Wa status saver
A whatsApp status saver/downloader with flutter
Stars: ✭ 66 (-17.5%)
Mutual labels:  flutter-apps, cross-platform

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

                    

Dependencies

  1. Font_Awesome_Flutter

  2. Firebase

  3. Firebase_Auth

  4. Animated_Text_Kit

  5. Firebase_Core

  6. Cloud_Firestore

  7. Modal_Progress_Hud

  8. Edge_Alert

Setup

Clone the repository
git clone https://github.com/ishandeveloper/Chatter-App.git
Move to the desired folder
cd \Chatter-App
To run the app, simply write
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 repository.

2. Clone the forked repository.

git clone https://github.com/<your-github-username>/Chatter-App

3. Navigate to the project directory.

cd Chatter-App

4. Checkout from master to development branch.

git checkout development

5. Make changes in source code.

6. Commit your changes.

  git add .
  git commit -m "<your_commit_message>"

7. Push your local branch to the remote repository.

git push -u origin development

8. Create a Pull Request!

Congratulations! 💥 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 integrate

For 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

forthebadge

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].