Skip to content

divyanshvinayak/Instant-Messaging-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instant Messaging App

This is a basic implementation of an instant messaging application using Flutter.

Getting Started

  1. 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"
  1. Fork this repository from GitHub and clone your fork.
$ git clone https://github.com/YOUR-USERNAME/Instant-Messaging-App.git
  1. Change your directory to the one containing the source code.
$ cd Instant-Messaging-App
  1. Install the required package dependencies.
$ flutter pub get
  1. 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

How to contribute?

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.

License

This work is licensed under the GPL-3.0 License.

About

An instant messaging application using Flutter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages