fixed your tenders filters and service and home your tneders use your tenders service
This commit is contained in:
@@ -62,17 +62,24 @@ List<SingleChildWidget> get apiClients {
|
||||
List<SingleChildWidget> get repositories {
|
||||
return [
|
||||
Provider(create: (context) => AuthRepository(authService: context.read())),
|
||||
Provider(create: (context) => HomeRepository(homeService: context.read())),
|
||||
Provider(
|
||||
create:
|
||||
(context) =>
|
||||
TenderDetailRepository(tenderDetailService: context.read()),
|
||||
),
|
||||
Provider(
|
||||
create:
|
||||
(context) =>
|
||||
YourTendersRepository(yourTendersService: context.read()),
|
||||
),
|
||||
Provider(
|
||||
create:
|
||||
(context) => HomeRepository(
|
||||
homeService: context.read(),
|
||||
yourTendersService: context.read(),
|
||||
),
|
||||
),
|
||||
Provider(
|
||||
create:
|
||||
(context) =>
|
||||
TenderDetailRepository(tenderDetailService: context.read()),
|
||||
),
|
||||
|
||||
Provider(
|
||||
create:
|
||||
(context) =>
|
||||
|
||||
Reference in New Issue
Block a user