Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipecastrosales/currency_converter
Currency Convert made with Flutter, and API Finance from HGBrasil.
https://github.com/felipecastrosales/currency_converter
cross-platform currency currency-converter danielciolfi dart dartlang flutter flutter-app flutter-apps flutter-demo flutter-examples flutter-material flutter-ui flutter-widget hgbrasil material-design mobile-development opensource opensource-apps udemy
Last synced: 2 months ago
JSON representation
Currency Convert made with Flutter, and API Finance from HGBrasil.
- Host: GitHub
- URL: https://github.com/felipecastrosales/currency_converter
- Owner: felipecastrosales
- License: mit
- Created: 2020-09-04T00:07:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T23:47:51.000Z (8 months ago)
- Last Synced: 2024-06-18T01:01:56.448Z (8 months ago)
- Topics: cross-platform, currency, currency-converter, danielciolfi, dart, dartlang, flutter, flutter-app, flutter-apps, flutter-demo, flutter-examples, flutter-material, flutter-ui, flutter-widget, hgbrasil, material-design, mobile-development, opensource, opensource-apps, udemy
- Language: Dart
- Homepage:
- Size: 6.35 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Currency Converter
Topics 📋
- [About 📖](#about-)
- [Preview 📱](#preview-)
- [Challenges and Learnings along the way 🤯](#---challenges-and-learnings-along-the-way----)
- [How to Use 🤔](#how-to-use-)
- [How to Contribute 💪](#how-to-contribute-)
- [License 📝](#license-)
---
About 📖
A simple Currency Converter made with Flutter 💙.
With this application, you can convert currencies asynchronously. The currencies available are: Real (from Brazil 💚), Dollar (United States, among others), Euro (official currency from European Union), British Pound (currency of the United Kingdom) and Bitcoin (an encrypted and decentralized currency).
The HGBrasil API was used.
---
Preview 📱
https://github.com/felipecastrosales/currency_converter/assets/59374587/6b272422-e7d3-453c-9851-c7ddaf247cbe
---
Challenges and Learnings along the way 🤯
This application was simple to make, and I intend to make more updates to it in the future.
I used the HGBrasil API, which is very simple to use, see the [documentation](https://console.hgbrasil.com/documentation/finance), but just create your key, and put it as a const, and use it. You can also see in [lib/main.dart](https://github.com/felipecastrosales/currency_converter/blob/master/lib/main.dart) as I used it.---
How to Use 🤔
```
- Clone this repository:
$ git clone https://github.com/felipecastrosales/currency_converter- Enter in directory:
$ cd currency_converter- For install dependencies:
$ flutter packages get- Run the app:
$ flutter run
```---
How to Contribute 💪
```
- Fork the project- Create a new branch with your changes:
$ git checkout -b my-feature- Save your changes and create a commit message telling you what you did:
$ git commit -m "feature: My new feature"- Submit your changes:
$ git push origin my-feature
```---
License 📝
This repository is under MIT license. You can see the [LICENSE](https://github.com/felipecastrosales/currency_converter/blob/master/LICENSE) file for more details. 😉
---
>This project was developed with ❤️ by **[@Felipe Sales](https://www.linkedin.com/in/felipecastrosales/)**, with the instructor **[Daniel Ciolfi](https://linkedin.com/in/danielciolfi)**, in the course **["Creating Android and iOS Apps with Flutter - Create 16 Apps"](https://www.udemy.com/course/curso-completo-flutter-app-android-ios)** on **[Udemy](https://www.udemy.com/)**.
If it helped you, give ⭐, contribute, it will help me too 😉---
[![Linkedin Badge](https://img.shields.io/badge/-Felipe%20Sales-292929?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/felipecastrosales/)](https://www.linkedin.com/in/felipecastrosales/)