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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user