|
@@ -74,6 +74,7 @@ import '../module/store/store_controller.dart' as _i344;
|
|
|
import '../module/store/suprise/goods_surprise_controller.dart' as _i935;
|
|
import '../module/store/suprise/goods_surprise_controller.dart' as _i935;
|
|
|
import '../module/user_info/user_info_controller.dart' as _i866;
|
|
import '../module/user_info/user_info_controller.dart' as _i866;
|
|
|
import '../plugins/keyboard_method_handler.dart' as _i415;
|
|
import '../plugins/keyboard_method_handler.dart' as _i415;
|
|
|
|
|
+import '../utils/intimacy_analyze_config_helper.dart' as _i738;
|
|
|
import '../utils/payment_status_manager.dart' as _i779;
|
|
import '../utils/payment_status_manager.dart' as _i779;
|
|
|
import '../utils/upload/upload_file_manager.dart' as _i428;
|
|
import '../utils/upload/upload_file_manager.dart' as _i428;
|
|
|
import 'network_module.dart' as _i567;
|
|
import 'network_module.dart' as _i567;
|
|
@@ -225,12 +226,6 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
gh.factory<_i161.KeyBoardController>(
|
|
gh.factory<_i161.KeyBoardController>(
|
|
|
() => _i161.KeyBoardController(gh<_i274.KeyboardRepository>()),
|
|
() => _i161.KeyBoardController(gh<_i274.KeyboardRepository>()),
|
|
|
);
|
|
);
|
|
|
- gh.factory<_i666.IntimacyAnalyseUploadController>(
|
|
|
|
|
- () => _i666.IntimacyAnalyseUploadController(
|
|
|
|
|
- gh<_i283.IntimacyAnalyzeRepository>(),
|
|
|
|
|
- gh<_i428.UploadFileManager>(),
|
|
|
|
|
- ),
|
|
|
|
|
- );
|
|
|
|
|
gh.factory<_i970.CharacterGroupContentController>(
|
|
gh.factory<_i970.CharacterGroupContentController>(
|
|
|
() => _i970.CharacterGroupContentController(
|
|
() => _i970.CharacterGroupContentController(
|
|
|
gh<_i421.CharactersRepository>(),
|
|
gh<_i421.CharactersRepository>(),
|
|
@@ -290,8 +285,8 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
gh<_i50.ConfigRepository>(),
|
|
gh<_i50.ConfigRepository>(),
|
|
|
),
|
|
),
|
|
|
);
|
|
);
|
|
|
- gh.factory<_i987.IntimacyAnalyseReportController>(
|
|
|
|
|
- () => _i987.IntimacyAnalyseReportController(
|
|
|
|
|
|
|
+ gh.factory<_i738.IntimacyAnalyzeConfigHelper>(
|
|
|
|
|
+ () => _i738.IntimacyAnalyzeConfigHelper(
|
|
|
gh<_i283.IntimacyAnalyzeRepository>(),
|
|
gh<_i283.IntimacyAnalyzeRepository>(),
|
|
|
),
|
|
),
|
|
|
);
|
|
);
|
|
@@ -314,6 +309,19 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
gh<_i779.PaymentStatusManager>(),
|
|
gh<_i779.PaymentStatusManager>(),
|
|
|
),
|
|
),
|
|
|
);
|
|
);
|
|
|
|
|
+ gh.factory<_i666.IntimacyAnalyseUploadController>(
|
|
|
|
|
+ () => _i666.IntimacyAnalyseUploadController(
|
|
|
|
|
+ gh<_i283.IntimacyAnalyzeRepository>(),
|
|
|
|
|
+ gh<_i738.IntimacyAnalyzeConfigHelper>(),
|
|
|
|
|
+ gh<_i428.UploadFileManager>(),
|
|
|
|
|
+ ),
|
|
|
|
|
+ );
|
|
|
|
|
+ gh.factory<_i987.IntimacyAnalyseReportController>(
|
|
|
|
|
+ () => _i987.IntimacyAnalyseReportController(
|
|
|
|
|
+ gh<_i283.IntimacyAnalyzeRepository>(),
|
|
|
|
|
+ gh<_i738.IntimacyAnalyzeConfigHelper>(),
|
|
|
|
|
+ ),
|
|
|
|
|
+ );
|
|
|
return this;
|
|
return this;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|