print order
This commit is contained in:
@@ -46,6 +46,8 @@ import 'package:apskel_pos_flutter_v2/application/printer/bluetooth/bluetooth_co
|
||||
as _i489;
|
||||
import 'package:apskel_pos_flutter_v2/application/printer/bluetooth/bluetooth_loader/bluetooth_loader_bloc.dart'
|
||||
as _i903;
|
||||
import 'package:apskel_pos_flutter_v2/application/printer/print_struck/print_struck_bloc.dart'
|
||||
as _i21;
|
||||
import 'package:apskel_pos_flutter_v2/application/printer/printer_bloc.dart'
|
||||
as _i96;
|
||||
import 'package:apskel_pos_flutter_v2/application/printer/printer_form/printer_form_bloc.dart'
|
||||
@@ -195,10 +197,14 @@ extension GetItInjectableX on _i174.GetIt {
|
||||
gh.lazySingleton<_i457.ApiClient>(
|
||||
() => _i457.ApiClient(gh<_i361.Dio>(), gh<_i923.Env>()),
|
||||
);
|
||||
gh.factory<_i104.IPrinterRepository>(
|
||||
() => _i881.PrinterRepository(gh<_i149.PrinterLocalDataProvider>()),
|
||||
);
|
||||
gh.factory<_i923.Env>(() => _i923.ProdEnv(), registerFor: {_prod});
|
||||
gh.factory<_i104.IPrinterRepository>(
|
||||
() => _i881.PrinterRepository(
|
||||
gh<_i149.PrinterLocalDataProvider>(),
|
||||
gh<_i693.OutletLocalDatasource>(),
|
||||
gh<_i204.AuthLocalDataProvider>(),
|
||||
),
|
||||
);
|
||||
gh.factory<_i903.BluetoothLoaderBloc>(
|
||||
() => _i903.BluetoothLoaderBloc(gh<_i104.IPrinterRepository>()),
|
||||
);
|
||||
@@ -208,6 +214,9 @@ extension GetItInjectableX on _i174.GetIt {
|
||||
gh.factory<_i1028.PrinterLoaderBloc>(
|
||||
() => _i1028.PrinterLoaderBloc(gh<_i104.IPrinterRepository>()),
|
||||
);
|
||||
gh.factory<_i21.PrintStruckBloc>(
|
||||
() => _i21.PrintStruckBloc(gh<_i104.IPrinterRepository>()),
|
||||
);
|
||||
gh.factory<_i360.OrderRemoteDataProvider>(
|
||||
() => _i360.OrderRemoteDataProvider(gh<_i457.ApiClient>()),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user