This commit is contained in:
Arseni
2026-03-04 17:43:18 +03:00
parent 80b25a8608
commit aff804ec58
46 changed files with 1090 additions and 345 deletions

View File

@@ -205,13 +205,13 @@ RouteBase payoutShellRoute() => ShellRoute(
),
ChangeNotifierProxyProvider2<
MultiplePayoutsProvider,
WalletsController,
PaymentSourceController,
MultiplePayoutsController
>(
create: (_) =>
MultiplePayoutsController(csvInput: WebCsvInputService()),
update: (context, provider, wallets, controller) =>
controller!..update(provider, wallets),
update: (context, provider, sourceController, controller) =>
controller!..update(provider, sourceController),
),
],
child: PageSelector(child: child, routerState: state),