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:
@@ -30,7 +30,7 @@ class _FakeStorageService extends StorageService {
|
||||
}
|
||||
|
||||
class _FakeExchangeService extends FrankfurterApiService {
|
||||
_FakeExchangeService() : super(httpClient: http.Client(), apiKey: 'test-key');
|
||||
_FakeExchangeService() : super(httpClient: http.Client());
|
||||
|
||||
@override
|
||||
Future<ConversionResult> convertUsdToSek({
|
||||
|
||||
Reference in New Issue
Block a user