|
|
@@ -155,6 +155,17 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
gh<_i361.Dio>(instanceName: 'defaultDio'),
|
|
|
),
|
|
|
);
|
|
|
+ gh.lazySingleton<_i283.IntimacyAnalyzeRepository>(
|
|
|
+ () => _i283.IntimacyAnalyzeRepository(
|
|
|
+ gh<_i243.AtmobApi>(),
|
|
|
+ gh<_i329.AtmobStreamApi>(),
|
|
|
+ ),
|
|
|
+ );
|
|
|
+ gh.factory<_i738.IntimacyAnalyzeConfigHelper>(
|
|
|
+ () => _i738.IntimacyAnalyzeConfigHelper(
|
|
|
+ gh<_i283.IntimacyAnalyzeRepository>(),
|
|
|
+ ),
|
|
|
+ );
|
|
|
gh.lazySingleton<_i428.UploadFileManager>(
|
|
|
() => _i428.UploadFileManager(gh<_i815.FileUploadRepository>()),
|
|
|
);
|
|
|
@@ -170,9 +181,6 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
gh.lazySingleton<_i274.KeyboardRepository>(
|
|
|
() => _i274.KeyboardRepository(gh<_i243.AtmobApi>()),
|
|
|
);
|
|
|
- gh.lazySingleton<_i283.IntimacyAnalyzeRepository>(
|
|
|
- () => _i283.IntimacyAnalyzeRepository(gh<_i243.AtmobApi>()),
|
|
|
- );
|
|
|
gh.factoryParam<
|
|
|
_i293.CharacterTabGroupContentController,
|
|
|
_i96.CharacterGroupInfo,
|
|
|
@@ -221,6 +229,11 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
gh<_i274.KeyboardRepository>(),
|
|
|
),
|
|
|
);
|
|
|
+ gh.factory<_i278.CustomDirectionEditController>(
|
|
|
+ () => _i278.CustomDirectionEditController(
|
|
|
+ gh<_i738.IntimacyAnalyzeConfigHelper>(),
|
|
|
+ ),
|
|
|
+ );
|
|
|
gh.factory<_i161.KeyBoardController>(
|
|
|
() => _i161.KeyBoardController(gh<_i274.KeyboardRepository>()),
|
|
|
);
|
|
|
@@ -230,6 +243,14 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
gh<_i274.KeyboardRepository>(),
|
|
|
),
|
|
|
);
|
|
|
+ gh.factory<_i666.IntimacyAnalyseUploadController>(
|
|
|
+ () => _i666.IntimacyAnalyseUploadController(
|
|
|
+ gh<_i283.IntimacyAnalyzeRepository>(),
|
|
|
+ gh<_i738.IntimacyAnalyzeConfigHelper>(),
|
|
|
+ gh<_i428.UploadFileManager>(),
|
|
|
+ gh<_i83.AccountRepository>(),
|
|
|
+ ),
|
|
|
+ );
|
|
|
gh.factory<_i970.CharacterGroupContentController>(
|
|
|
() => _i970.CharacterGroupContentController(
|
|
|
gh<_i421.CharactersRepository>(),
|
|
|
@@ -289,9 +310,26 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
gh<_i50.ConfigRepository>(),
|
|
|
),
|
|
|
);
|
|
|
- gh.factory<_i738.IntimacyAnalyzeConfigHelper>(
|
|
|
- () => _i738.IntimacyAnalyzeConfigHelper(
|
|
|
+ gh.factory<_i510.ConversationAnalysisController>(
|
|
|
+ () => _i510.ConversationAnalysisController(
|
|
|
+ gh<_i738.IntimacyAnalyzeConfigHelper>(),
|
|
|
+ gh<_i428.UploadFileManager>(),
|
|
|
gh<_i283.IntimacyAnalyzeRepository>(),
|
|
|
+ gh<_i83.AccountRepository>(),
|
|
|
+ ),
|
|
|
+ );
|
|
|
+ gh.factory<_i464.ScanImageReplyController>(
|
|
|
+ () => _i464.ScanImageReplyController(
|
|
|
+ gh<_i738.IntimacyAnalyzeConfigHelper>(),
|
|
|
+ gh<_i428.UploadFileManager>(),
|
|
|
+ gh<_i283.IntimacyAnalyzeRepository>(),
|
|
|
+ gh<_i83.AccountRepository>(),
|
|
|
+ ),
|
|
|
+ );
|
|
|
+ gh.factory<_i987.IntimacyAnalyseReportController>(
|
|
|
+ () => _i987.IntimacyAnalyseReportController(
|
|
|
+ gh<_i283.IntimacyAnalyzeRepository>(),
|
|
|
+ gh<_i738.IntimacyAnalyzeConfigHelper>(),
|
|
|
),
|
|
|
);
|
|
|
gh.factory<_i1008.LoginController>(
|
|
|
@@ -320,41 +358,6 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
gh<_i779.PaymentStatusManager>(),
|
|
|
),
|
|
|
);
|
|
|
- gh.factory<_i278.CustomDirectionEditController>(
|
|
|
- () => _i278.CustomDirectionEditController(
|
|
|
- gh<_i738.IntimacyAnalyzeConfigHelper>(),
|
|
|
- ),
|
|
|
- );
|
|
|
- gh.factory<_i666.IntimacyAnalyseUploadController>(
|
|
|
- () => _i666.IntimacyAnalyseUploadController(
|
|
|
- gh<_i283.IntimacyAnalyzeRepository>(),
|
|
|
- gh<_i738.IntimacyAnalyzeConfigHelper>(),
|
|
|
- gh<_i428.UploadFileManager>(),
|
|
|
- gh<_i83.AccountRepository>(),
|
|
|
- ),
|
|
|
- );
|
|
|
- gh.factory<_i510.ConversationAnalysisController>(
|
|
|
- () => _i510.ConversationAnalysisController(
|
|
|
- gh<_i738.IntimacyAnalyzeConfigHelper>(),
|
|
|
- gh<_i428.UploadFileManager>(),
|
|
|
- gh<_i283.IntimacyAnalyzeRepository>(),
|
|
|
- gh<_i83.AccountRepository>(),
|
|
|
- ),
|
|
|
- );
|
|
|
- gh.factory<_i464.ScanImageReplyController>(
|
|
|
- () => _i464.ScanImageReplyController(
|
|
|
- gh<_i738.IntimacyAnalyzeConfigHelper>(),
|
|
|
- gh<_i428.UploadFileManager>(),
|
|
|
- gh<_i283.IntimacyAnalyzeRepository>(),
|
|
|
- gh<_i83.AccountRepository>(),
|
|
|
- ),
|
|
|
- );
|
|
|
- gh.factory<_i987.IntimacyAnalyseReportController>(
|
|
|
- () => _i987.IntimacyAnalyseReportController(
|
|
|
- gh<_i283.IntimacyAnalyzeRepository>(),
|
|
|
- gh<_i738.IntimacyAnalyzeConfigHelper>(),
|
|
|
- ),
|
|
|
- );
|
|
|
return this;
|
|
|
}
|
|
|
}
|