Currency Converter Flutter 💱

This is a currency converter app made using Flutter and Provider state management library. The app allows users to convert between different currencies using the latest exchange rates from the openexchangerates.org API. The app is designed to be simple, fast, and reliable. The app also stores the last currencies converted, so that it can restore it when reopened.

Image 1

Image 2

Libraries Used 📚

  • provider : Provides a simple and scalable way to manage app state using the provider pattern.
  • http : Makes it easy to perform HTTP requests and handle responses.
  • shared_preferences: Provides a persistent storage for simple data in key-value pairs

GitHub

View Github