widgets implementation

This commit is contained in:
ezyyeah
2022-12-06 23:08:52 +01:00
parent e32d2483d3
commit 0de763a297
7 changed files with 113 additions and 17 deletions

View File

@@ -71,6 +71,7 @@ Future<void> syncAll(BuildContext context) {
Future<bool?> updateWidget() async {
try {
print("FILC | Widget updated from sync");
return HomeWidget.updateWidget(name: 'widget_timetable.WidgetTimetable');
} on PlatformException catch (exception) {
debugPrint('Error Updating Widget. $exception');