Skip to content

xybercommander/currency-converter-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter

A Flutter project made with ❤️

A Flutter Project to Convert 33 Popular Currencies Around the world.

The UI for the app

I got the inspiration of this app's UI design from this beautiful interface by Oleg Frolov
The link to the Dribbble Post is : https://dribbble.com/shots/4693061-Stylish-Currency-Converter

The Api Used

The API which I used in this project is : https://api.exchangeratesapi.io/latest?base=THEBASECURRENCY

Note

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

Packages Used

All the different Screens for the application are shown below

  • Splash Screen


  • Main Screen Page


  • Red Typer Page


  • White Typer Page


  • Red Currencies Page


  • White Currencies Page


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😄❤️

About

A materialistic currency converter made using flutter

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages