This commit is contained in:
lollipopkit🏳️‍⚧️
2024-09-21 23:12:15 +08:00
parent c062c12a0e
commit eab06abcaf
23 changed files with 180 additions and 66 deletions

View File

@@ -33,6 +33,12 @@ final class SystemdPage extends StatefulWidget {
final class _SystemdPageState extends State<SystemdPage> {
late final _pro = SystemdProvider.init(widget.args.spi);
@override
void dispose() {
super.dispose();
_pro.dispose();
}
@override
Widget build(BuildContext context) {
return Scaffold(