A Flutter Project to Convert 33 Popular Currencies Around the world.
I got the inspiration of this app's UI design from this beautiful interface by Oleg FrolovThe link to the Dribbble Post is : https://dribbble.com/shots/4693061-Stylish-Currency-Converter
The API which I used in this project is : https://api.exchangeratesapi.io/latest?base=THEBASECURRENCY
Change the ?base attribute of the api to the desired currency to get the json data
This API calls back Currency Convertion Factors for 32 other Currencies for the base currency.
Therefore I made a Map of 33*33 elements which can be found in the file currencyAPI.dart :
https://github.com/xybercommander/flutter-currency-conv/blob/master/lib/services/currencyAPI.dart
- http : For API calls
- page_transition : For Page Transition animations
- shared_preferences : For storing data
- flare_flutter : For Flare animation
- shimmer : For shimmer effect in text
I made this project open source so y'all can experiment and add more things in it!😄
If you like this project, don't forget to star it😄❤️