Flutter Firebase Chat and Messenger Premium Template from scratch, which included Firebase Auth, Cloud FireStore, Firebase Storage, Firebase Messaging, and Firestore Database. UI based on Flutter and Material Design system.
We are a team of independent developers of UI kitty. For more than 10 years, each of us specializes in creating complex corporate solutions for web and mobile development. Recently, we have joined forces to start launching mobile application templates on the market that will not be inferior in functionality to the leading products on the market.
We are glad to introduce our first product. AChat – Flutter Firebase Chat and messenger template is a ready-made solution for creating a mobile application for the analog of What’s UP / Facebook Messenger and Telegram or any instant messenger chat you use.
This is a fully-functional chat application template based on Flutter and FireBase. The project helps you to launch your own messenger application in a few clicks and publish it to the stores. The template can be used if you are going to create your own instant messenger or add full-featured chat functionality to an existing Flutter application.
We have researched hundreds of repositories on github on the topic of instant messengers and chats, (at the time of publication of 2000+ repositories). Each of the repositories offers fairly limited options for creating chats on Flutter. For example, only sending messages from one user to another or the ability to send pictures. But almost nobody bothered with the functionality of deleting messages. There are hundreds of such micro-chips necessary in a good messenger today.
We have implemented most of the necessary features in Flutter Firebase chat. That is without what the chat application template is essentially bonfire. The list of features of our messenger template in version 1.0.0:
The architecture of the application is written in such a way as to spend less quota on Firebase. Almost all dynamically transmitted data is stored in local preferences. This saves Firebase traffic. The architecture also allows the application to work several times faster, since it does not wait for a response from Firebase, and it takes most of the necessary data from the local storage. This plays a huge role if you have poor internet. If you are going to make a small application, then the free Firebase tariff may be enough for you.
├── README.md
├── android
├── ios
├── assets
│ ├── i18n
│ │ ├── de.json
│ │ ├── en.json
│ │ ├── es.json
│ │ ├── fa.json
│ │ └── ru.json
│ └── images
│ ├── avatar.jpg
│ └── logotype.png
├── lib
│ ├── constants.dart
│ ├── main.dart
│ ├── screens
│ │ ├── chat_screen.dart
│ │ ├── chats_screen.dart
│ │ ├── common_screen.dart
│ │ ├── contacts_screen.dart
│ │ ├── language_screen.dart
│ │ ├── login_screen.dart
│ │ ├── registration_screen.dart
│ │ ├── reset_password.dart
│ │ ├── settings_screen.dart
│ │ └── welcome_screen.dart
│ ├── services
│ │ ├── chat_arguments.dart
│ │ └── helpers.dart
│ └── test.dart
├── pubspec.lock
└── pubspec.yaml
0.1.0
Added Delete all your data & account Screen;
Privacy Policy Screen added;
Privacy Policy applies function added;
Screen Updates;
Bug Fixes;
0.0.12
Minor UI Updates Contacts and Profile Screens;
Bug Fixes Delete Message Methods;
Bug Fixes Null Message sending;
Bug Fixes Floating Action Button increase pressed area;
Minor Bug Fixes;
0.0.11
Added Privacy Policy Screen after registration a new user;
Added Unread Messages Indicator;
Added Online/Offline User Status;
Minor Bug Fixes;
0.0.10
Bug Fixes Profile Screen;
Added message Encryption;
Added Full Recursively deleting chat by user;
Minor Bug Fixes;
0.0.9
Added Data Encryption;
Added Method Sending Camera Image into the chat;
Minor Updates to Documentation;
Minor Bug Fixes;
0.0.8
Added Camera support;
Added App Icon IOS & Android;
Additional UI Minor Updates To Profile Screen;
Minor Bug Fixes;
0.0.7
Added Material Theming;
Added Picture Uploading into the cha;t
Added Picture Uploading Success Notifications;
Added Profile Changing Fields;
Added Profile Changing Success Notifications;
Bug Fixes;
0.0.6
Added Shared Preference package into the App;
Additional UI Minor Updates To Contacts Screen;
Additional UI Minor Updates To Chats Screen;
Additional UI Minor Updates To Chat Screen;
Bug Fixes;
0.0.5
File Structure Refactored;
Additional performance improvements;
Added Chat deleting method;
Added Message Deleting method;
Added Reset Password Screen;
Bug Fixes;
0.0.4
Added Localization with .json files;
Added Select Language Screen;
A centered title App Bar;
Added animation reduces header when a keyboard is open;
Added Sign In & Sign Up validation;
Bug Fixes;
0.0.3
Improved message bubble length;
Clipped picture shape;
Add Comments to the main screen blocks;
Added Settings Screen;
Bug Fixes;
0.0.2
Fix compilation error;
Add FireBase;
Added Login and Registration;
Added Navigation;
0.0.1
Initial Release.
Comment
4 сomments
Hi, it is updated to flutter 2.x ?
Thank you for this, good app
Hey nice template for launching, but when you make a group chats ?
Hey. Thank you very much for the template, it’s cool that you went further than just a template after the tutorial. This is as a complete messenger, rather than just a template. I tried many different templates and tutorials. I really liked your navigation between the screens, multilanguage is cool and awesome RTL, the chats and sending images work well. And Easy to change the color scheme and all data.