Skip to content

felipecastrosales/Currency-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://www.freepik.com/vectors/business Business vector created by rawpixel

Currency Converter

Topics 📋


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.
This application is in version 2.1.


Preview 📱


  • You can see all version previews in demos folder. 🧐📂

Challenges and Learnings along the way 🤯

This application was simple to make, and I intend to make more updates to it in the future. In the current version (1.8), I put two more coins, the Pound Sterling and Bitcoin.
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.


How to Use 🤔

- Clone this repository:
$ git clone https://github.com/felipecastrosales/Currency-Converter 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 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 😉


Linkedin Badge