currency_converter
1.0.0

一個用顫音製成的簡單貨幣轉換器?
使用此應用程序,您可以異步轉換貨幣。可用的貨幣是:Real(來自巴西),Dollar(美國等),歐元(歐盟的官方貨幣),英鎊(英國的貨幣)和比特幣(一種加密而分散的貨幣)。
使用HGBRASIL API。
此應用程序很容易製作,我打算將來對其進行更多更新。我使用了非常易於使用的HGBRASIL API,請參閱文檔,而只需創建您的密鑰,然後將其作為const,然後使用它。您還可以在我使用的情況下在lib/main。中看到。
- 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
該存儲庫在MIT許可下。您可以看到許可證文件以獲取更多詳細信息。
該項目是由@felipe Sales的❤️開發的,講師Daniel Ciolfi在“創建flutter的Android和iOS應用程序”課程中開發了Udemy上的“創建Android和IOS應用程序”。
如果它幫助您,付出,做出貢獻,它也會對我有所幫助