WIP: feat(ui): Migrate to new UI implementation
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import 'dart:async';
|
||||
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
import 'package:moonwell_launcher/core/moonwell_theme_variant.dart';
|
||||
import 'package:moonwell_launcher/app/home_screen/bloc/home_screen_bloc.dart';
|
||||
import 'package:moonwell_launcher/features/launcher/application/client_sync_use_case.dart';
|
||||
import 'package:moonwell_launcher/features/launcher/data/game_installation_service.dart';
|
||||
@@ -99,9 +100,16 @@ class _FakePreferencesRepository implements PreferencesRepository {
|
||||
@override
|
||||
Future<Uri?> getOutputDir() async => null;
|
||||
|
||||
@override
|
||||
Future<MoonWellThemeVariant> getThemeVariant() async =>
|
||||
MoonWellThemeVariant.forest;
|
||||
|
||||
@override
|
||||
Future<void> setLauncherSession(LauncherSession session) async {}
|
||||
|
||||
@override
|
||||
Future<void> setOutputDir(Uri uri) async {}
|
||||
|
||||
@override
|
||||
Future<void> setThemeVariant(MoonWellThemeVariant variant) async {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user