migrate: riverpod 3

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-10-08 17:03:13 +08:00
parent f68c4a851b
commit da8517bcf7
51 changed files with 840 additions and 884 deletions

View File

@@ -19,7 +19,7 @@ final class SystemdPage extends ConsumerStatefulWidget {
}
final class _SystemdPageState extends ConsumerState<SystemdPage> {
late final _pro = systemdNotifierProvider(widget.args.spi);
late final _pro = systemdProvider(widget.args.spi);
late final _notifier = ref.read(_pro.notifier);