A Flutter app displaying the latest foreign exchange rates from the Central Bank of Myanmar (CBM) API, built with clean architecture principles and BLoC state management.
- Fetches real-time forex exchange rates from the CBM API.
- Automatically divides rates by 100 for specific currencies (e.g. JPY, KHR).
- Formats exchange rates with two decimal places.
- Pull-to-refresh functionality for seamless data update.
- Error handling with user-friendly messages.
- Responsive UI using
flutter_screenutil. - Clean separation of concerns using BLoC architecture.
- Flutter SDK 3.0 or higher
- Dart 3.0 or higher
- Android Studio / VS Code or your preferred IDE
- Internet connection
- Clone the repository:
$ git clone https://github.com/tz-thantzin/myan_ratex.git
$ cd cbm_forex_rates- Install dependencies:
$ flutter pub get- Run the app:
$ flutter run


