# FlutterChatAppTutorial **Repository Path**: Kxvz/FlutterChatAppTutorial ## Basic Information - **Project Name**: FlutterChatAppTutorial - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-24 - **Last Updated**: 2025-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![how to make a chat app with flutter by theindianappguy](https://user-images.githubusercontent.com/55942632/81176283-938adc80-8fc2-11ea-8d59-7392205a1ed0.png) Installation ``` flutter pub get ``` Usage ``` flutter run ``` ### Learn About Course : We will build Fully Functioning Chat App with Flutter & Firebase in 5 hours the course is divided into 4 Parts, Everything is explained with single prerequisite of having flutter installed and run at least the sample app that's all Full PlayList : https://www.youtube.com/playlist?list=PLBxWkM8PLHcr2vkdY2n9rIcxjZ9Th3Us7 📕 Things covered in this Series: - Firebase Auth : Sign in, Sign up and Sign out - Firebase Firestore : Upload & Retrieve data stored in Cloud Firestore - Perform simple and compound queries in Cloud Firestore - Building Complexe UI - Shared Preference to keep user logged in, Create chat room ( with username) & Send message ( by username) - Using Stream & Stream builder Live at [flutterdevconnect.web.app](https://flutterdevconnect.web.app) ### Created & Maintained By [Sanskar Tiwari](https://github.com/theindianappguy) ([@theindianappguy](https://twitter.com/Theindianappguy)) ([YouTube](https://www.youtube.com/c/SanskarTiwari)) > If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of :coffee: > > - [PayPal](https://paypal.me/iamsanskartiwari) > You can also nominate me for Github Star developer program > https://stars.github.com/nominate ### License Copyright 2020 Sanskar Tiwari Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ## Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: - [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) - [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) For help getting started with Flutter, view our [online documentation](https://flutter.dev/docs), which offers tutorials, samples, guidance on mobile development, and a full API reference.