|
|
@@ -1,4 +1,3 @@
|
|
|
-// dart format width=80
|
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
|
|
// **************************************************************************
|
|
|
@@ -63,15 +62,15 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
environmentFilter,
|
|
|
);
|
|
|
final networkModule = _$NetworkModule();
|
|
|
- gh.factory<_i973.SplashController>(() => _i973.SplashController());
|
|
|
- gh.factory<_i756.TrackDetailController>(
|
|
|
- () => _i756.TrackDetailController());
|
|
|
gh.factory<_i256.AboutController>(() => _i256.AboutController());
|
|
|
- gh.factory<_i769.FeedBackController>(() => _i769.FeedBackController());
|
|
|
gh.factory<_i923.BrowserController>(() => _i923.BrowserController());
|
|
|
+ gh.factory<_i769.FeedBackController>(() => _i769.FeedBackController());
|
|
|
gh.factory<_i779.NewsReportController>(() => _i779.NewsReportController());
|
|
|
gh.factory<_i108.PermissionSettingController>(
|
|
|
() => _i108.PermissionSettingController());
|
|
|
+ gh.factory<_i973.SplashController>(() => _i973.SplashController());
|
|
|
+ gh.factory<_i756.TrackDetailController>(
|
|
|
+ () => _i756.TrackDetailController());
|
|
|
gh.singleton<_i361.Dio>(() => networkModule.createDefaultDio());
|
|
|
gh.lazySingleton<_i772.InternetConnectionHelper>(
|
|
|
() => _i772.InternetConnectionHelper());
|
|
|
@@ -85,14 +84,14 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
.provideAtmobStreamApi(gh<_i361.Dio>(instanceName: 'stream')));
|
|
|
gh.lazySingleton<_i20.AccountRepository>(
|
|
|
() => _i20.AccountRepository(gh<_i243.AtmobApi>()));
|
|
|
- gh.lazySingleton<_i274.PhoneEventRepository>(
|
|
|
- () => _i274.PhoneEventRepository(gh<_i243.AtmobApi>()));
|
|
|
- gh.lazySingleton<_i1053.FriendsRepository>(
|
|
|
- () => _i1053.FriendsRepository(gh<_i243.AtmobApi>()));
|
|
|
gh.lazySingleton<_i850.ContactRepository>(
|
|
|
() => _i850.ContactRepository(gh<_i243.AtmobApi>()));
|
|
|
+ gh.lazySingleton<_i1053.FriendsRepository>(
|
|
|
+ () => _i1053.FriendsRepository(gh<_i243.AtmobApi>()));
|
|
|
gh.lazySingleton<_i791.MessageRepository>(
|
|
|
() => _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<_i220.AtmobLocationClient>(
|
|
|
@@ -128,10 +127,10 @@ extension GetItInjectableX on _i174.GetIt {
|
|
|
gh<_i983.UrgentContactRepository>(),
|
|
|
gh<_i20.AccountRepository>(),
|
|
|
));
|
|
|
- gh.factory<_i492.FriendSettingController>(
|
|
|
- () => _i492.FriendSettingController(gh<_i1053.FriendsRepository>()));
|
|
|
gh.factory<_i897.AddFriendDialogController>(
|
|
|
() => _i897.AddFriendDialogController(gh<_i1053.FriendsRepository>()));
|
|
|
+ gh.factory<_i492.FriendSettingController>(
|
|
|
+ () => _i492.FriendSettingController(gh<_i1053.FriendsRepository>()));
|
|
|
gh.lazySingleton<_i814.MemberRepository>(() => _i814.MemberRepository(
|
|
|
gh<_i243.AtmobApi>(),
|
|
|
gh<_i20.AccountRepository>(),
|