Refactor ForexRateApiService to remove API key dependency and update README and launch configurations

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-20 10:40:28 +01:00
parent b37dec35f5
commit 67af59bd0d
9 changed files with 82 additions and 136 deletions
+1 -7
View File
@@ -23,12 +23,6 @@ Simple Flutter app to track US rental income and convert to SEK for Swedish tax
## Setup
1. Create `.env` in the project root with your FX API key:
```env
FOREX_RATE_API_KEY=REPLACE_WITH_YOUR_FOREXRATE_API_KEY
```
1. Install dependencies:
```bash
@@ -38,7 +32,7 @@ flutter pub get
1. Run:
```bash
flutter run --dart-define-from-file=.env
flutter run
```
1. Build release APK: