[READ-ONLY] Mirror of https://github.com/probablykasper/notifier. Android app for scheduling notifications
android app flutter notifications
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix weekday parsing error

Kasper (Jun 3, 2022, 4:17 AM +0200) dee3b9d2 a709c48d

+1 -1
+1 -1
lib/notification_item.dart
··· 79 79 disabled: map['disabled'], 80 80 repeat: map['repeat'], 81 81 repeatEvery: map['repeatEvery'], 82 - weekdays: map['weekdays'], 82 + weekdays: List<bool>.from(map['weekdays']), 83 83 originalDate: DateTime.fromMillisecondsSinceEpoch(map['originalDate']), 84 84 lastScheduledDate: map['lastDate'] == null 85 85 ? null