Chatting application UI using flutter
A few resources to get you started with your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- Clone the repository using:
git clone https://github.com/mujohn26/flutter_chat_app.git
- run
flutter doctor
to check configurations of flutter app in your local computer - Run
flutter run
To run and install all depencies of your application
[MIT]