|
|
@@ -71,6 +71,8 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
final networkModule = _$NetworkModule();
|
|
|
gh.factory<_i256.AboutController>(() => _i256.AboutController());
|
|
|
gh.factory<_i923.BrowserController>(() => _i923.BrowserController());
|
|
|
+ gh.factory<_i696.CommonPointAddController>(
|
|
|
+ () => _i696.CommonPointAddController());
|
|
|
gh.factory<_i769.FeedBackController>(() => _i769.FeedBackController());
|
|
|
gh.factory<_i779.NewsReportController>(() => _i779.NewsReportController());
|
|
|
gh.factory<_i108.PermissionSettingController>(
|
|
|
@@ -78,8 +80,6 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
gh.factory<_i973.SplashController>(() => _i973.SplashController());
|
|
|
gh.factory<_i756.TrackDetailController>(
|
|
|
() => _i756.TrackDetailController());
|
|
|
- gh.factory<_i696.CommonPointAddController>(
|
|
|
- () => _i696.CommonPointAddController());
|
|
|
gh.singleton<_i361.Dio>(() => networkModule.createDefaultDio());
|
|
|
gh.lazySingleton<_i772.InternetConnectionHelper>(
|
|
|
() => _i772.InternetConnectionHelper());
|
|
|
@@ -101,10 +101,10 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
() => _i791.MessageRepository(gh<_i243.AtmobApi>()));
|
|
|
gh.lazySingleton<_i274.PhoneEventRepository>(
|
|
|
() => _i274.PhoneEventRepository(gh<_i243.AtmobApi>()));
|
|
|
- gh.lazySingleton<_i983.UrgentContactRepository>(
|
|
|
- () => _i983.UrgentContactRepository(gh<_i243.AtmobApi>()));
|
|
|
gh.lazySingleton<_i438.RangePointRepository>(
|
|
|
() => _i438.RangePointRepository(gh<_i243.AtmobApi>()));
|
|
|
+ gh.lazySingleton<_i983.UrgentContactRepository>(
|
|
|
+ () => _i983.UrgentContactRepository(gh<_i243.AtmobApi>()));
|
|
|
gh.lazySingleton<_i220.AtmobLocationClient>(
|
|
|
() => _i220.AtmobLocationClient(gh<_i772.InternetConnectionHelper>()));
|
|
|
gh.factory<_i1008.LoginController>(
|