// dart format width=80 // GENERATED CODE - DO NOT MODIFY BY HAND // ************************************************************************** // InjectableConfigGenerator // ************************************************************************** // ignore_for_file: type=lint // coverage:ignore-file // ignore_for_file: no_leading_underscores_for_library_prefixes import 'package:dio/dio.dart' as _i361; import 'package:get_it/get_it.dart' as _i174; import 'package:injectable/injectable.dart' as _i526; import '../data/api/atmob_api.dart' as _i243; import '../data/api/atmob_file_api.dart' as _i723; import '../data/api/atmob_stream_api.dart' as _i329; import '../data/bean/character_group_info.dart' as _i96; import '../data/bean/keyboard_info.dart' as _i497; import '../data/repository/account_repository.dart' as _i83; import '../data/repository/characters_repository.dart' as _i421; import '../data/repository/chat_repository.dart' as _i425; import '../data/repository/config_repository.dart' as _i50; import '../data/repository/file_upload_repository.dart' as _i815; import '../data/repository/intimacy_analyze_repository.dart' as _i283; import '../data/repository/keyboard_repository.dart' as _i274; import '../data/repository/store_repository.dart' as _i987; import '../dialog/content/character_add_tab_controller.dart' as _i991; import '../dialog/content/character_tab_group_content_controller.dart' as _i293; import '../dialog/custom_character/custom_character_add_controller.dart' as _i122; import '../dialog/login/login_dialog_controller.dart' as _i798; import '../handler/wechat_login_service.dart' as _i495; import '../module/about/about_controller.dart' as _i256; import '../module/browser/browser_controller.dart' as _i923; import '../module/change/birthday/change_birthday_controller.dart' as _i1057; import '../module/change/character/change_character_controller.dart' as _i84; import '../module/change/gender/change_gender_controller.dart' as _i315; import '../module/change/hobbies/change_hobbies_controller.dart' as _i765; import '../module/change/nickname/change_nickname_controller.dart' as _i859; import '../module/character/character_controller.dart' as _i888; import '../module/character/content/character_group_content_controller.dart' as _i970; import '../module/character_custom/character_custom_controller.dart' as _i15; import '../module/character_custom/detail/character_custom_detail_controller.dart' as _i79; import '../module/character_custom/list/character_custom_list_controller.dart' as _i1059; import '../module/feedback/feedback_controller.dart' as _i876; import '../module/intimacy_analyse/analyse_report/intimacy_analyse_report_view_controller.dart' as _i987; import '../module/intimacy_analyse/image_viewer/image_viewer_controller.dart' as _i1071; import '../module/intimacy_analyse/intimacy_analyse_controller.dart' as _i977; import '../module/intimacy_analyse/intimacy_analyse_upload/dialog/direction/custom_direction_edit_controller.dart' as _i278; import '../module/intimacy_analyse/intimacy_analyse_upload/dialog/intimacy_generate_character/intimacy_generate_character_edit_controller.dart' as _i873; import '../module/intimacy_analyse/intimacy_analyse_upload/intimacy_analyse_upload_controller.dart' as _i666; import '../module/intimacy_analyse/screenshot_reply/conversation_analysis/conversation_analysis_controller.dart' as _i510; import '../module/intimacy_analyse/screenshot_reply/intimacy_analyse_screenshot_reply_controller.dart' as _i279; import '../module/intimacy_analyse/screenshot_reply/scan_image_reply/scan_image_reply_controller.dart' as _i464; import '../module/keyboard/keyboard_controller.dart' as _i161; import '../module/keyboard_guide/keyboard_guide_controller.dart' as _i248; import '../module/keyboard_manage/keyboard_manage_controller.dart' as _i922; import '../module/login/login_controller.dart' as _i1008; import '../module/main/main_controller.dart' as _i731; import '../module/mine/mine_controller.dart' as _i732; import '../module/new_user/new_user_controller.dart' as _i701; import '../module/new_user/result/new_user_result_controller.dart' as _i576; import '../module/profile/edit/profile_edit_controller.dart' as _i344; import '../module/profile/profile_controller.dart' as _i244; import '../module/splash/splash_controller.dart' as _i973; import '../module/store/discount/discount_controller.dart' as _i333; import '../module/store/new_discount/new_discount_controller.dart' as _i326; import '../module/store/store_controller.dart' as _i344; import '../module/store/suprise/goods_surprise_controller.dart' as _i935; import '../module/user_info/user_info_controller.dart' as _i866; import '../module/user_profile/user_profile_controller.dart' as _i329; 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/upload/upload_file_manager.dart' as _i428; import 'network_module.dart' as _i567; extension GetItInjectableX on _i174.GetIt { // initializes the registration of main-scope dependencies inside of GetIt _i174.GetIt init({ String? environment, _i526.EnvironmentFilter? environmentFilter, }) { final gh = _i526.GetItHelper(this, environment, environmentFilter); final networkModule = _$NetworkModule(); gh.factory<_i256.AboutController>(() => _i256.AboutController()); gh.factory<_i923.BrowserController>(() => _i923.BrowserController()); gh.factory<_i1057.ChangeBirthdayController>( () => _i1057.ChangeBirthdayController(), ); gh.factory<_i315.ChangeGenderController>( () => _i315.ChangeGenderController(), ); gh.factory<_i859.ChangeNicknameController>( () => _i859.ChangeNicknameController(), ); gh.factory<_i1071.ImageViewerController>( () => _i1071.ImageViewerController(), ); gh.factory<_i977.IntimacyAnalyseController>( () => _i977.IntimacyAnalyseController(), ); gh.factory<_i279.IntimacyAnalyseScreenshotReplyController>( () => _i279.IntimacyAnalyseScreenshotReplyController(), ); gh.factory<_i248.KeyboardGuidePageController>( () => _i248.KeyboardGuidePageController(), ); gh.factory<_i333.DiscountController>(() => _i333.DiscountController()); gh.factory<_i415.KeyboardMethodHandler>( () => _i415.KeyboardMethodHandler(), ); gh.factory<_i973.SplashController>(() => _i973.SplashController()); gh.factory<_i873.IntimacyGenerateCharacterEditController>( () => _i873.IntimacyGenerateCharacterEditController(), ); gh.lazySingleton<_i495.WechatLoginService>( () => _i495.WechatLoginService(), ); gh.singleton<_i361.Dio>( () => networkModule.createStreamDio(), instanceName: 'streamDio', ); gh.singleton<_i361.Dio>( () => networkModule.createDefaultDio(), instanceName: 'defaultDio', ); gh.singleton<_i329.AtmobStreamApi>( () => networkModule.provideAtmobStreamApi( gh<_i361.Dio>(instanceName: 'streamDio'), ), ); gh.singleton<_i361.Dio>( () => networkModule.createFileDio(), instanceName: 'fileDio', ); gh.singleton<_i723.AtmobFileApi>( () => networkModule.provideAtmobFileApi( gh<_i361.Dio>(instanceName: 'fileDio'), ), ); gh.lazySingleton<_i815.FileUploadRepository>( () => _i815.FileUploadRepository(gh<_i723.AtmobFileApi>()), ); gh.singleton<_i243.AtmobApi>( () => networkModule.provideAtmobApi( 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>()), ); gh.lazySingleton<_i83.AccountRepository>( () => _i83.AccountRepository(gh<_i243.AtmobApi>()), ); gh.lazySingleton<_i421.CharactersRepository>( () => _i421.CharactersRepository(gh<_i243.AtmobApi>()), ); gh.lazySingleton<_i50.ConfigRepository>( () => _i50.ConfigRepository(gh<_i243.AtmobApi>()), ); gh.lazySingleton<_i274.KeyboardRepository>( () => _i274.KeyboardRepository(gh<_i243.AtmobApi>()), ); gh.factoryParam< _i293.CharacterTabGroupContentController, _i96.CharacterGroupInfo, _i497.KeyboardInfo >( (currentCharacterGroupInfo, currentKeyboardInfo) => _i293.CharacterTabGroupContentController( gh<_i421.CharactersRepository>(), currentCharacterGroupInfo: currentCharacterGroupInfo, currentKeyboardInfo: currentKeyboardInfo, ), ); gh.lazySingleton<_i425.ChatRepository>( () => _i425.ChatRepository( gh<_i329.AtmobStreamApi>(), gh<_i243.AtmobApi>(), ), ); gh.factory<_i922.KeyboardManageController>( () => _i922.KeyboardManageController( gh<_i274.KeyboardRepository>(), gh<_i83.AccountRepository>(), ), ); gh.factory<_i244.ProfileController>( () => _i244.ProfileController( gh<_i274.KeyboardRepository>(), gh<_i83.AccountRepository>(), ), ); gh.factory<_i329.UserProfileController>( () => _i329.UserProfileController( gh<_i50.ConfigRepository>(), gh<_i83.AccountRepository>(), ), ); gh.lazySingleton<_i987.StoreRepository>( () => _i987.StoreRepository( gh<_i243.AtmobApi>(), gh<_i83.AccountRepository>(), ), ); gh.factory<_i935.GoodsSurpriseController>( () => _i935.GoodsSurpriseController(gh<_i987.StoreRepository>()), ); gh.lazySingleton<_i779.PaymentStatusManager>( () => _i779.PaymentStatusManager(gh<_i987.StoreRepository>()), ); gh.factory<_i344.ProfileEditController>( () => _i344.ProfileEditController( gh<_i50.ConfigRepository>(), gh<_i274.KeyboardRepository>(), ), ); gh.factory<_i278.CustomDirectionEditController>( () => _i278.CustomDirectionEditController( gh<_i738.IntimacyAnalyzeConfigHelper>(), ), ); gh.factory<_i161.KeyBoardController>( () => _i161.KeyBoardController(gh<_i274.KeyboardRepository>()), ); gh.factory<_i701.NewUserController>( () => _i701.NewUserController( gh<_i83.AccountRepository>(), gh<_i274.KeyboardRepository>(), ), ); gh.factory<_i970.CharacterGroupContentController>( () => _i970.CharacterGroupContentController( gh<_i421.CharactersRepository>(), gh<_i83.AccountRepository>(), ), ); gh.factory<_i876.FeedbackController>( () => _i876.FeedbackController(gh<_i83.AccountRepository>()), ); gh.factory<_i732.MineController>( () => _i732.MineController(gh<_i83.AccountRepository>()), ); gh.factory<_i866.UserInfoController>( () => _i866.UserInfoController(gh<_i83.AccountRepository>()), ); gh.factory<_i666.IntimacyAnalyseUploadController>( () => _i666.IntimacyAnalyseUploadController( gh<_i283.IntimacyAnalyzeRepository>(), gh<_i738.IntimacyAnalyzeConfigHelper>(), gh<_i428.UploadFileManager>(), gh<_i83.AccountRepository>(), gh<_i274.KeyboardRepository>(), ), ); gh.factoryParam< _i991.CharacterAddTabController, _i497.KeyboardInfo, dynamic >( (currentKeyboardInfo, _) => _i991.CharacterAddTabController( gh<_i421.CharactersRepository>(), gh<_i274.KeyboardRepository>(), currentKeyboardInfo: currentKeyboardInfo, ), ); gh.factoryParam< _i122.CustomCharacterAddController, _i497.KeyboardInfo, dynamic >( (currentKeyboardInfo, _) => _i122.CustomCharacterAddController( gh<_i421.CharactersRepository>(), gh<_i274.KeyboardRepository>(), currentKeyboardInfo: currentKeyboardInfo, ), ); gh.factory<_i84.ChangeCharacterController>( () => _i84.ChangeCharacterController(gh<_i50.ConfigRepository>()), ); gh.factory<_i765.ChangeHobbiesController>( () => _i765.ChangeHobbiesController(gh<_i50.ConfigRepository>()), ); gh.factory<_i15.CharacterCustomController>( () => _i15.CharacterCustomController(gh<_i50.ConfigRepository>()), ); gh.factory<_i987.IntimacyAnalyseReportController>( () => _i987.IntimacyAnalyseReportController( gh<_i283.IntimacyAnalyzeRepository>(), gh<_i738.IntimacyAnalyzeConfigHelper>(), gh<_i274.KeyboardRepository>(), gh<_i83.AccountRepository>(), ), ); gh.factory<_i888.CharacterController>( () => _i888.CharacterController( gh<_i421.CharactersRepository>(), gh<_i50.ConfigRepository>(), gh<_i274.KeyboardRepository>(), ), ); gh.factory<_i79.CharacterCustomDetailController>( () => _i79.CharacterCustomDetailController( gh<_i421.CharactersRepository>(), gh<_i50.ConfigRepository>(), ), ); gh.factory<_i798.LoginDialogController>( () => _i798.LoginDialogController( gh<_i495.WechatLoginService>(), 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<_i1008.LoginController>( () => _i1008.LoginController( gh<_i83.AccountRepository>(), gh<_i495.WechatLoginService>(), ), ); gh.factory<_i576.NewUserResultController>( () => _i576.NewUserResultController( gh<_i83.AccountRepository>(), gh<_i274.KeyboardRepository>(), gh<_i421.CharactersRepository>(), ), ); gh.factory<_i1059.CharacterCustomListController>( () => _i1059.CharacterCustomListController( gh<_i421.CharactersRepository>(), gh<_i274.KeyboardRepository>(), ), ); gh.factory<_i344.StoreController>( () => _i344.StoreController( gh<_i987.StoreRepository>(), gh<_i83.AccountRepository>(), gh<_i779.PaymentStatusManager>(), ), ); gh.factory<_i326.NewDiscountController>( () => _i326.NewDiscountController( gh<_i987.StoreRepository>(), gh<_i83.AccountRepository>(), gh<_i779.PaymentStatusManager>(), ), ); gh.factory<_i731.MainController>( () => _i731.MainController( gh<_i83.AccountRepository>(), gh<_i274.KeyboardRepository>(), gh<_i50.ConfigRepository>(), gh<_i987.StoreRepository>(), gh<_i421.CharactersRepository>(), ), ); return this; } } class _$NetworkModule extends _i567.NetworkModule {}