Enhance AppSettings and RentController to manage not-occupied months, add lifetime summary to SettingsScreen, and update tests for compatibility
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@ class _FakeStorageService extends StorageService {
|
||||
|
||||
class _FakeExchangeService extends FrankfurterApiService {
|
||||
_FakeExchangeService({required this.quote})
|
||||
: super(httpClient: http.Client(), apiKey: 'test-key');
|
||||
: super(httpClient: http.Client());
|
||||
|
||||
final double quote;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user