Talk Time is a simple chat application developed using Flutter and Firebase. It allows users to register, log in, and chat with others. Additionally, users can customize the app's theme through settings and log out when necessary.
Users can log in to the app using their email address and password. Firebase authentication is used to securely manage user authentication.
New users can register for the app by providing their email address and creating a password. Firebase authentication ensures secure user registration.
Upon successful login, users are directed to the home page where they can view their contacts and start chatting with them.
Users can engage in real-time conversations with their contacts. Firebase real-time database is utilized to store and retrieve chat messages instantly.
Choose Dark/Light Mode.
Users can log out of the app, terminating their current session securely.
