Update API references from OpenExchange to ForexRateAPI in code and documentation

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-19 20:46:58 +01:00
parent fc3cbb0b5d
commit a1f67e71e2
4 changed files with 95 additions and 27 deletions
+2 -2
View File
@@ -23,10 +23,10 @@ Simple Flutter app to track US rental income and convert to SEK for Swedish tax
## Setup
1. Set your Open Exchange Rates app key in `lib/state/rent_controller.dart`:
1. Set your FX API app key in `lib/state/rent_controller.dart`:
```dart
const String openExchangeApiKey = 'REPLACE_WITH_YOUR_OPENEXCHANGE_API_KEY';
const String forexRateApiKey = 'REPLACE_WITH_YOUR_FOREXRATE_API_KEY';
```
1. Install dependencies: