- About 📖
- Preview 📱
- Challenges and Learnings along the way 🤯
- How to Use 🤔
- How to Contribute 💪
- License 📝
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.
Currencyapp.mp4
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, but just create your key, and put it as a const, and use it. You can also see in lib/main.dart as I used it.
- 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
- 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
This repository is under MIT license. You can see the LICENSE file for more details. 😉
This project was developed with ❤️ by @Felipe Sales, with the instructor Daniel Ciolfi, in the course "Creating Android and iOS Apps with Flutter - Create 16 Apps" on Udemy.
If it helped you, give ⭐, contribute, it will help me too 😉