Skip to content

kitek/flutter-rates-converter

Repository files navigation

Flutter Rates Converter

Simple rates converter based on solariss13's React example.

Home screen

Getting Started

  1. Check web version of Flutter Rates Converter
  2. Follow the guide on how to install Flutter.
  3. Clone the repository and open with your IDE: Android Studio or Visual Studio Code
  4. Install IDE plugins for Flutter support
  5. To download project dependencies execute: flutter pub get
  6. Run project on Simulator or Android device

Architecture, libraries and tools

  1. State management: Bloc
  2. Code style: style: effective dart
  3. Uses Exchange Rates Api