A commodity loan/lending application. At times when we need something that is not easily available in shops and around college, we usually put up our requests at the noticeboard or some other official groups asking for it. At times it helps but it spams the group and many people are reluctant to even ask. This project aims to create an IIT Mandi-specific commodity exchanging app that connects lenders and borrowers.
- 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 and clone your fork.
$ git clone https://github.com/YOUR-USERNAME/E-xchange.git
- Change your directory to the one containing the source code.
$ cd E-xchange
- Install the required package dependencies.
$ flutter pub get
- Launch the app in the emulator.
$ flutter run
Feel free to fork this repository, test it locally and then report any bugs you find in the issue tracker or submit a pull request.