Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Vellutia/currency_converter

Flutter app that helps in doing currency converting.
https://github.com/Vellutia/currency_converter

bloc coinapi currency-converter flutter restores-states

Last synced: about 1 hour ago
JSON representation

Flutter app that helps in doing currency converting.

Awesome Lists containing this project

README

        

APK Download: https://github.com/Vellutia/currency_converter/releases

# currency_converter

Personal project with learning purposes.

Get your own API key here [CoinAPI](https://www.coinapi.io/).

### Packages

- [flutter_bloc](https://pub.dev/packages/flutter_bloc) - A predictable state management library that helps implement the [BLoC design pattern](https://www.didierboelens.com/2018/08/reactive-programming---streams---bloc/).
- [hydrated_bloc](https://pub.dev/packages/hydrated_bloc) - An extension to the `bloc` state management library which automatically persists and restores `bloc` states, by [Felix Angelov](https://github.com/felangel).
- [equatable](https://pub.dev/packages/equatable) - Simplify Equality Comparisons.
- [http](https://pub.dev/packages/http) - A composable, Future-based library for making HTTP requests.
- [get_it](https://pub.dev/packages/get_it) - Simple Service Locator for Dart and Flutter projects with some additional goodies highly inspired by [Splat](https://github.com/reactiveui/splat).
- [auto_size_text](https://pub.dev/packages/auto_size_text) - Flutter widget that automatically resizes text to fit perfectly within its bounds.

### Powered by

- [CoinAPI](https://www.coinapi.io/) - All cryptocurrency exchanges integrated under a single API.
- [exchangerate.host](https://exchangerate.host/#/) - Free foreign exchange & crypto rates API.

### Design clone of

- [Stylish-Currency-Converter-iOS-app](https://dribbble.com/shots/4816296-Stylish-Currency-Converter-iOS-app)

## Examples



### Feature

- Http
- BLoC
- Search
- Recent search
- Persistent states
- Copy to clipboard
- Dark Mode