Flash Chat is a mobile chat app built using Flutter and Firebase that incorporates animations and file streams to facilitate real-time communication.
In the main project directory:
- Download all necessary dependencies mentioned in
pubspec.yamlwith:
flutter pub get
-
Configure the
android/gradlefiles to secure a connection between the app and your Firebase account. -
Run the app in debug mode to enable hot reloading.
You can now interact with the application and chat with your friends.
