print receipt
This commit is contained in:
@@ -180,12 +180,12 @@ extension GetItInjectableX on _i174.GetIt {
|
||||
gh.factory<_i708.CategoryLocalDataProvider>(
|
||||
() => _i708.CategoryLocalDataProvider(gh<_i487.DatabaseHelper>()),
|
||||
);
|
||||
gh.factory<_i464.ProductLocalDataProvider>(
|
||||
() => _i464.ProductLocalDataProvider(gh<_i487.DatabaseHelper>()),
|
||||
);
|
||||
gh.factory<_i149.PrinterLocalDataProvider>(
|
||||
() => _i149.PrinterLocalDataProvider(gh<_i487.DatabaseHelper>()),
|
||||
);
|
||||
gh.factory<_i464.ProductLocalDataProvider>(
|
||||
() => _i464.ProductLocalDataProvider(gh<_i487.DatabaseHelper>()),
|
||||
);
|
||||
gh.factory<_i204.AuthLocalDataProvider>(
|
||||
() => _i204.AuthLocalDataProvider(gh<_i460.SharedPreferences>()),
|
||||
);
|
||||
@@ -205,9 +205,6 @@ extension GetItInjectableX on _i174.GetIt {
|
||||
gh.factory<_i489.BluetoothConnectBloc>(
|
||||
() => _i489.BluetoothConnectBloc(gh<_i104.IPrinterRepository>()),
|
||||
);
|
||||
gh.factory<_i787.PrinterFormBloc>(
|
||||
() => _i787.PrinterFormBloc(gh<_i104.IPrinterRepository>()),
|
||||
);
|
||||
gh.factory<_i1028.PrinterLoaderBloc>(
|
||||
() => _i1028.PrinterLoaderBloc(gh<_i104.IPrinterRepository>()),
|
||||
);
|
||||
@@ -297,6 +294,12 @@ extension GetItInjectableX on _i174.GetIt {
|
||||
gh.factory<_i143.ICustomerRepository>(
|
||||
() => _i385.CustomerRepository(gh<_i841.CustomerRemoteDataProvider>()),
|
||||
);
|
||||
gh.factory<_i787.PrinterFormBloc>(
|
||||
() => _i787.PrinterFormBloc(
|
||||
gh<_i104.IPrinterRepository>(),
|
||||
gh<_i552.IOutletRepository>(),
|
||||
),
|
||||
);
|
||||
gh.factory<_i94.OrderLoaderBloc>(
|
||||
() => _i94.OrderLoaderBloc(gh<_i299.IOrderRepository>()),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user