···
(context) => FeedProvider(
voteProvider: context.read<VoteProvider>(),
-
voteService: voteService,
update: (context, auth, vote, previous) {
// Reuse existing provider to maintain state across rebuilds
···
-
voteService: voteService,
···
(context) => CommentsProvider(
voteProvider: context.read<VoteProvider>(),
-
voteService: voteService,
update: (context, auth, vote, previous) {
// Reuse existing provider to maintain state across rebuilds
···
-
voteService: voteService,
···
(context) => FeedProvider(
voteProvider: context.read<VoteProvider>(),
update: (context, auth, vote, previous) {
// Reuse existing provider to maintain state across rebuilds
···
···
(context) => CommentsProvider(
voteProvider: context.read<VoteProvider>(),
update: (context, auth, vote, previous) {
// Reuse existing provider to maintain state across rebuilds
···