feat: home bloc
This commit is contained in:
@@ -32,6 +32,7 @@ import 'package:apskel_owner_flutter/application/category/category_loader/catego
|
||||
as _i183;
|
||||
import 'package:apskel_owner_flutter/application/customer/customer_loader/customer_loader_bloc.dart'
|
||||
as _i972;
|
||||
import 'package:apskel_owner_flutter/application/home/home_bloc.dart' as _i473;
|
||||
import 'package:apskel_owner_flutter/application/language/language_bloc.dart'
|
||||
as _i455;
|
||||
import 'package:apskel_owner_flutter/application/order/order_loader/order_loader_bloc.dart'
|
||||
@@ -200,6 +201,9 @@ extension GetItInjectableX on _i174.GetIt {
|
||||
gh.factory<_i889.SalesLoaderBloc>(
|
||||
() => _i889.SalesLoaderBloc(gh<_i477.IAnalyticRepository>()),
|
||||
);
|
||||
gh.factory<_i473.HomeBloc>(
|
||||
() => _i473.HomeBloc(gh<_i477.IAnalyticRepository>()),
|
||||
);
|
||||
gh.factory<_i337.CurrentOutletLoaderBloc>(
|
||||
() => _i337.CurrentOutletLoaderBloc(gh<_i197.IOutletRepository>()),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user