mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 12:47:37 +02:00
fix: rename PatcherService to PatcherAPI.
This commit is contained in:
@ -13,6 +13,6 @@ import 'package:stacked_services/stacked_services.dart';
|
||||
MaterialRoute(page: PatchesSelectorView),
|
||||
], dependencies: [
|
||||
LazySingleton(classType: NavigationService),
|
||||
LazySingleton(classType: PatcherService),
|
||||
LazySingleton(classType: PatcherAPI),
|
||||
])
|
||||
class AppSetup {}
|
||||
|
@ -26,7 +26,7 @@ Future<void> setupLocator(
|
||||
|
||||
// Register dependencies
|
||||
locator.registerLazySingleton(() => NavigationService());
|
||||
locator.registerLazySingleton(() => PatcherService());
|
||||
locator.registerLazySingleton(() => PatcherAPI());
|
||||
locator.registerLazySingleton(() => PatcherViewModel());
|
||||
locator.registerLazySingleton(() => AppSelectorViewModel());
|
||||
locator.registerLazySingleton(() => PatchesSelectorViewModel());
|
||||
|
Reference in New Issue
Block a user