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.
- Host: GitHub
- URL: https://github.com/dipanshkhandelwal/unit_converter
- Owner: DipanshKhandelwal
- Created: 2018-12-03T18:32:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T21:34:09.000Z (almost 7 years ago)
- Last Synced: 2025-07-18T20:11:42.711Z (4 months ago)
- Language: Dart
- Size: 290 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Unit Converter
A simple unit converter app
Flutter
[](http://forthebadge.com)
[](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/)