|
@@ -93,6 +93,9 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
gh.factory<_i987.IntimacyAnalyseReportController>(
|
|
gh.factory<_i987.IntimacyAnalyseReportController>(
|
|
|
() => _i987.IntimacyAnalyseReportController(),
|
|
() => _i987.IntimacyAnalyseReportController(),
|
|
|
);
|
|
);
|
|
|
|
|
+ gh.factory<_i1071.ImageViewerController>(
|
|
|
|
|
+ () => _i1071.ImageViewerController(),
|
|
|
|
|
+ );
|
|
|
gh.factory<_i977.IntimacyAnalyseController>(
|
|
gh.factory<_i977.IntimacyAnalyseController>(
|
|
|
() => _i977.IntimacyAnalyseController(),
|
|
() => _i977.IntimacyAnalyseController(),
|
|
|
);
|
|
);
|
|
@@ -117,9 +120,6 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
gh.factory<_i415.KeyboardMethodHandler>(
|
|
gh.factory<_i415.KeyboardMethodHandler>(
|
|
|
() => _i415.KeyboardMethodHandler(),
|
|
() => _i415.KeyboardMethodHandler(),
|
|
|
);
|
|
);
|
|
|
- gh.factory<_i1071.ImageViewerController>(
|
|
|
|
|
- () => _i1071.ImageViewerController(),
|
|
|
|
|
- );
|
|
|
|
|
gh.singleton<_i361.Dio>(
|
|
gh.singleton<_i361.Dio>(
|
|
|
() => networkModule.createStreamDio(),
|
|
() => networkModule.createStreamDio(),
|
|
|
instanceName: 'streamDio',
|
|
instanceName: 'streamDio',
|
|
@@ -235,15 +235,15 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
currentKeyboardInfo: currentKeyboardInfo,
|
|
currentKeyboardInfo: currentKeyboardInfo,
|
|
|
),
|
|
),
|
|
|
);
|
|
);
|
|
|
- gh.factory<_i15.CharacterCustomController>(
|
|
|
|
|
- () => _i15.CharacterCustomController(gh<_i50.ConfigRepository>()),
|
|
|
|
|
- );
|
|
|
|
|
gh.factory<_i84.ChangeCharacterController>(
|
|
gh.factory<_i84.ChangeCharacterController>(
|
|
|
() => _i84.ChangeCharacterController(gh<_i50.ConfigRepository>()),
|
|
() => _i84.ChangeCharacterController(gh<_i50.ConfigRepository>()),
|
|
|
);
|
|
);
|
|
|
gh.factory<_i765.ChangeHobbiesController>(
|
|
gh.factory<_i765.ChangeHobbiesController>(
|
|
|
() => _i765.ChangeHobbiesController(gh<_i50.ConfigRepository>()),
|
|
() => _i765.ChangeHobbiesController(gh<_i50.ConfigRepository>()),
|
|
|
);
|
|
);
|
|
|
|
|
+ gh.factory<_i15.CharacterCustomController>(
|
|
|
|
|
+ () => _i15.CharacterCustomController(gh<_i50.ConfigRepository>()),
|
|
|
|
|
+ );
|
|
|
gh.factory<_i888.CharacterController>(
|
|
gh.factory<_i888.CharacterController>(
|
|
|
() => _i888.CharacterController(
|
|
() => _i888.CharacterController(
|
|
|
gh<_i421.CharactersRepository>(),
|
|
gh<_i421.CharactersRepository>(),
|