Currency Convertor App – Flutter
Introduction
A Flutter currency convertor app designed to provide users a facility to exchange the currencies rates. It uses an API to display the exchanged data.
Features
- Exchnage the currencies.
- Swap the desired currencies.
- User-friendly minimal interface.
Getting Started
Follow these steps to get the app up and running:
- Clone the repository:
git clone https://github.com/saadshd/Flutter-Currency-Convertor.git
- Install dependencies:
flutter pub get
- Add OpenWeatherMap API KEY on lib/res/key.dart
const Key = '<YOUR API KEY>';
- Run the app:
flutter run
API Key
The app integrates with a weather API to fetch weather data. The API key should be placed in the lib/res/key.dart
file. You can obtain an API key by signing up on the Open Exchange Rates API website. Must use your own API key.
Dependencies
- Http – For making HTTP requests to the currency API.
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag “enhancement”. Don’t forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch
git checkout -b feature/AmazingFeature
- Commit your Changes
git commit -m 'Add some AmazingFeature'
- Push to the Branch
git push origin feature/AmazingFeature
- Open a Pull Request
Show your support
Give a ⭐ if this project helped you!