Implemented TimeTable

This commit is contained in:
2023-01-29 22:29:48 +01:00
parent 1baa8028fa
commit 83ad7d59d2
11 changed files with 285 additions and 93 deletions

View File

@ -19,7 +19,7 @@ class _SettingsState extends State<Settings> {
@override
void initState() {
super.initState();
ServerInfoPacket().invoke();
Provider.of<ServerInfoPacket>(context, listen: false).invoke();
}
@override