Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rey-allan/unit-converter-app
:straight_ruler: A unit converter app made with Flutter.
https://github.com/rey-allan/unit-converter-app
flutter udacity unit-converter
Last synced: 13 days ago
JSON representation
:straight_ruler: A unit converter app made with Flutter.
- Host: GitHub
- URL: https://github.com/rey-allan/unit-converter-app
- Owner: rey-allan
- License: mit
- Created: 2018-05-25T06:20:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-14T08:23:03.000Z (over 6 years ago)
- Last Synced: 2024-11-04T09:00:15.249Z (about 2 months ago)
- Topics: flutter, udacity, unit-converter
- Language: Dart
- Size: 775 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unit Converter App
[![Build Status](https://travis-ci.org/rey-allan/unit-converter-app.svg?branch=master)](https://travis-ci.org/rey-allan/unit-converter-app)
[![Coverage Status](https://coveralls.io/repos/github/rey-allan/unit-converter-app/badge.svg?branch=master)](https://coveralls.io/github/rey-allan/unit-converter-app?branch=master)This repository contains a complete working implementation of a unit converter app created as part of Udacity's [Build Native Mobile Apps with Flutter](https://www.udacity.com/course/build-native-mobile-apps-with-flutter--ud905) course. It was extended to include the following:
* File structure that separates `widgets`, `screens`, `model` and `infrastructure` classes.
* Use of a real [API](https://free.currencyconverterapi.com/) for live currency conversion rates.
* Unit and Widget testing.
* Driver tests (i.e. integration tests).
* Integration with Travis for Continuous Integration except driver tests which cannot be executed without an emulator.
* Integration with Coveralls for code coverage analysis.
* A custom app name and launcher icon.
* APK signing, minification and obfuscation for Android.## Screenshots
[comment]: # (See: https://stackoverflow.com/questions/24319505/how-can-one-display-images-side-by-side-in-a-github-readme-md)