Created a Chat Application App using Flutter.
I have created a small chat application "ChitChat" using Flutter + Firestore + Firebase Authentication + Google Maps API.
UI/UX of Chat Application:
Creating a Flutter project:
Open cmd and type command to create the demo flutter application.
flutter create {app name}
Opening the environment in IDE:
Editing dependencies and assets in the pubspec.yaml file:
Creating the User Interface(UI) and Working of App:
SignUp Page:
Authentication:
Home Screen / Chat Screen:
Search Screen:
Chatroom Screen:
Storing Data into Firestore:
Message shown on the Receiver side:
Google Maps Screen:
Showing Current Location when clicked on GPS Icon:
GitHub Repository
The Source Codes are available on my GitHub repository:
Thanks For Reading.