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应用程序”。
如果它帮助您,付出,做出贡献,它也会对我有所帮助