[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.

Fixed date updates sometimes not rebuilding UI

Kasper (Jun 27, 2019, 3:17 AM +0200) 52d20cd8 c5f135a2

+1 -1
+1 -1
lib/views/notification_dialog.dart
··· 30 30 31 31 NotificationDialogState({this.mode, this.initialItem, this.listModel}); 32 32 33 - Future _pickDateTime(BuildContext context, NotificationDialogModel model) async { 33 + Future<void> _pickDateTime(BuildContext context, NotificationDialogModel model) async { 34 34 final themeModel = ScopedModel.of<ThemeModel>(context); 35 35 final firstDate = DateTime.now().subtract(Duration(days: 1)); 36 36 var initialDateTime = DateTime.fromMillisecondsSinceEpoch(model.item['date']);