outlet list
This commit is contained in:
@@ -39,6 +39,8 @@ import 'package:apskel_owner_flutter/application/order/order_loader/order_loader
|
||||
as _i1058;
|
||||
import 'package:apskel_owner_flutter/application/outlet/current_outlet_loader/current_outlet_loader_bloc.dart'
|
||||
as _i337;
|
||||
import 'package:apskel_owner_flutter/application/outlet/outlet_list_loader/outlet_list_loader_bloc.dart'
|
||||
as _i877;
|
||||
import 'package:apskel_owner_flutter/application/product/product_loader/product_loader_bloc.dart'
|
||||
as _i458;
|
||||
import 'package:apskel_owner_flutter/application/report/inventory_report/inventory_report_bloc.dart'
|
||||
@@ -238,6 +240,9 @@ extension GetItInjectableX on _i174.GetIt {
|
||||
gh.factory<_i889.SalesLoaderBloc>(
|
||||
() => _i889.SalesLoaderBloc(gh<_i477.IAnalyticRepository>()),
|
||||
);
|
||||
gh.factory<_i877.OutletListLoaderBloc>(
|
||||
() => _i877.OutletListLoaderBloc(gh<_i197.IOutletRepository>()),
|
||||
);
|
||||
gh.factory<_i337.CurrentOutletLoaderBloc>(
|
||||
() => _i337.CurrentOutletLoaderBloc(gh<_i197.IOutletRepository>()),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user