This is a basic implementation of an instant messaging application using Flutter.
- Download the latest stable release of the Flutter SDK for your platform and add the flutter tool to your path.
$ export PATH="$PATH:`pwd`/flutter/bin"
- Fork this repository from GitHub and clone your fork.
$ git clone https://github.com/YOUR-USERNAME/Instant-Messaging-App.git
- Change your directory to the one containing the source code.
$ cd Instant-Messaging-App
- Install the required package dependencies.
$ flutter pub get
- To launch the app in the Android emulator, ensure that the emulator is running, or you can also connect your Android device with USB debugging enabled, and run the following from the command line.
$ flutter run
Feel free to fork this repository, test it locally and then report any bugs you find in the issue tracker or even submit a pull request.
This work is licensed under the GPL-3.0 License.