|
|
@@ -118,26 +118,26 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
gh.factory<_i977.IntimacyAnalyseController>(
|
|
|
() => _i977.IntimacyAnalyseController(),
|
|
|
);
|
|
|
+ gh.factory<_i873.IntimacyGenerateCharacterEditController>(
|
|
|
+ () => _i873.IntimacyGenerateCharacterEditController(),
|
|
|
+ );
|
|
|
gh.factory<_i279.IntimacyAnalyseScreenshotReplyController>(
|
|
|
() => _i279.IntimacyAnalyseScreenshotReplyController(),
|
|
|
);
|
|
|
+ gh.factory<_i211.IntroController>(() => _i211.IntroController());
|
|
|
gh.factory<_i248.KeyboardGuidePageController>(
|
|
|
() => _i248.KeyboardGuidePageController(),
|
|
|
);
|
|
|
- gh.factory<_i333.DiscountController>(() => _i333.DiscountController());
|
|
|
- gh.factory<_i415.KeyboardMethodHandler>(
|
|
|
- () => _i415.KeyboardMethodHandler(),
|
|
|
+ gh.factory<_i507.KeyboardTutorialController>(
|
|
|
+ () => _i507.KeyboardTutorialController(),
|
|
|
);
|
|
|
gh.factory<_i973.SplashController>(() => _i973.SplashController());
|
|
|
- gh.factory<_i873.IntimacyGenerateCharacterEditController>(
|
|
|
- () => _i873.IntimacyGenerateCharacterEditController(),
|
|
|
- );
|
|
|
+ gh.factory<_i333.DiscountController>(() => _i333.DiscountController());
|
|
|
gh.factory<_i1060.ZodiacLoveIntimacyController>(
|
|
|
() => _i1060.ZodiacLoveIntimacyController(),
|
|
|
);
|
|
|
- gh.factory<_i211.IntroController>(() => _i211.IntroController());
|
|
|
- gh.factory<_i507.KeyboardTutorialController>(
|
|
|
- () => _i507.KeyboardTutorialController(),
|
|
|
+ gh.factory<_i415.KeyboardMethodHandler>(
|
|
|
+ () => _i415.KeyboardMethodHandler(),
|
|
|
);
|
|
|
gh.lazySingleton<_i495.WechatLoginService>(
|
|
|
() => _i495.WechatLoginService(),
|
|
|
@@ -266,12 +266,12 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
gh<_i738.IntimacyAnalyzeConfigHelper>(),
|
|
|
),
|
|
|
);
|
|
|
- gh.factory<_i161.KeyBoardController>(
|
|
|
- () => _i161.KeyBoardController(gh<_i274.KeyboardRepository>()),
|
|
|
- );
|
|
|
gh.factory<_i566.IntimacyScaleController>(
|
|
|
() => _i566.IntimacyScaleController(gh<_i274.KeyboardRepository>()),
|
|
|
);
|
|
|
+ gh.factory<_i161.KeyBoardController>(
|
|
|
+ () => _i161.KeyBoardController(gh<_i274.KeyboardRepository>()),
|
|
|
+ );
|
|
|
gh.factory<_i701.NewUserController>(
|
|
|
() => _i701.NewUserController(
|
|
|
gh<_i83.AccountRepository>(),
|
|
|
@@ -388,15 +388,15 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
gh<_i274.KeyboardRepository>(),
|
|
|
),
|
|
|
);
|
|
|
- gh.factory<_i344.StoreController>(
|
|
|
- () => _i344.StoreController(
|
|
|
+ gh.factory<_i326.NewDiscountController>(
|
|
|
+ () => _i326.NewDiscountController(
|
|
|
gh<_i987.StoreRepository>(),
|
|
|
gh<_i83.AccountRepository>(),
|
|
|
gh<_i779.PaymentStatusManager>(),
|
|
|
),
|
|
|
);
|
|
|
- gh.factory<_i326.NewDiscountController>(
|
|
|
- () => _i326.NewDiscountController(
|
|
|
+ gh.factory<_i344.StoreController>(
|
|
|
+ () => _i344.StoreController(
|
|
|
gh<_i987.StoreRepository>(),
|
|
|
gh<_i83.AccountRepository>(),
|
|
|
gh<_i779.PaymentStatusManager>(),
|