Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/Vellutia/currency_converter
- Owner: Vellutia
- License: apache-2.0
- Created: 2020-03-08T10:27:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-23T06:52:46.000Z (over 2 years ago)
- Last Synced: 2024-08-03T14:09:46.259Z (3 months ago)
- Topics: bloc, coinapi, currency-converter, flutter, restores-states
- Language: Dart
- Homepage:
- Size: 19.3 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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