A modern voice chat application. The application welcomes the user with the login screen. After a simple registration process, an empty "Home" screen shows up and lists previous chats. On the "Search" screen, it is possible to find other users and start a new chat with them.
Because of the purpose of the application, chat can be made between users only via voice. VChat provides eleven different sound effects to the users, so they can have fun while chatting with others.
With the power of Flutter and Firebase, VChat runs perfectly on both mobile operating systems. To be able to run this project after cloning this repository, you need to provide Firebase's JSON files.
The project written solely in Dart Language.
A page that serves as the starting point of the application.
A page where user identification and authentication is performed.
A page that enables users to independently register and gain access to system.
A page that shows the list of previous chats and provides access to other pages.
A page where users can search the other users to start chatting with them.
The most important page of the app. Users can interact with others on this page and can send and receive voice records in real-time.
Licensed under the MIT License.