Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Timy Messenger | 1,910 | a year ago | 21 | apache-2.0 | Dart | |||||
Timy - open source mobile app for groups to communicate and organize themselves. Built with flutter. | ||||||||||
Stream Chat Flutter | 808 | 4 | 17 hours ago | 200 | November 24, 2023 | 40 | other | Dart | ||
Flutter Chat SDK - Build your own chat app experience using Dart, Flutter and the Stream Chat Messaging API. | ||||||||||
Actingweb_firstapp | 421 | 10 days ago | 4 | other | Dart | |||||
Starter app for Flutter that includes many different production app features; some not typically included in demo apps. | ||||||||||
Chatter App | 147 | 2 years ago | 4 | mit | Dart | |||||
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. | ||||||||||
Agora Flutter Rtm Sdk | 100 | 13 days ago | 5 | mit | Dart | |||||
Flutter wrapper around the Agora Real Time Message SDKs for Android and iOS | ||||||||||
Connectycube Flutter Samples | 78 | 2 days ago | 41 | apache-2.0 | JavaScript | |||||
Code samples for Flutter, based on ConnectyCube platform | ||||||||||
Toptal Flutter Chat | 44 | 3 years ago | 3 | Dart | ||||||
This is the source-code reference for the Toptal Engineering Blog article on using Flutter and Firebase to develop cross-platform instant messaging application. | ||||||||||
Dart Nats | 35 | 5 months ago | 2 | mit | Dart | |||||
A Dart client for the NATS messaging system. Design to use with Dart and Flutter. | ||||||||||
Fcm_flutter Notification | 31 | 3 years ago | 1 | Dart | ||||||
The repo is about flutter notification and FCM (Firebase Cloud Messaging). It covers flutter notification (foreground, background) and receiving notification automatically on document change in firebase database using javascript code. | ||||||||||
Chat_app | 30 | 3 years ago | 5 | Dart | ||||||
A chat app made with Flutter, Node.js, Socket.io, MongoDB, SQLite and Firebase Messaging. |
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.
https://github.com/ishandeveloper/Chatter-App/raw/master/app.apk
git clone https://github.com/ishandeveloper/Chatter-App.git
cd \Chatter-App
flutter run
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] (ishandeveloper/Chatter-App) project.
For help getting started with Flutter, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.