An open API service indexing awesome lists of open source software.

https://github.com/dipanshkhandelwal/unit_converter

Unit Converter App that takes in a value and unit and outputs a conversion in another unit.
https://github.com/dipanshkhandelwal/unit_converter

Last synced: 2 months ago
JSON representation

Unit Converter App that takes in a value and unit and outputs a conversion in another unit.

Awesome Lists containing this project

README

          

Unit Converter


A simple unit converter app



Flutter

[![forthebadge](https://forthebadge.com/images/badges/built-for-android.svg)](http://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)




## Run

* Clone the repository
```bash
git clone git@github.com:DipanshKhandelwal/unit_converter.git
cd unit_converter
```

* Get packages
```bash
flutter packages get
```

* Start
```bash
flutter run
```

### Setup
For flutter setup in your device visit [Flutter](https://flutter.io/)