Skip to content

Commit 1b7d27f

Browse files
authored
fix typo in Deprecated message (#2008)
Update flutter_local_notifications_plugin.dart
1 parent fdc8239 commit 1b7d27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter_local_notifications/lib/src/flutter_local_notifications_plugin.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ class FlutterLocalNotificationsPlugin {
480480
@Deprecated(
481481
'Deprecated due to problems with time zones. Use zonedSchedule instead '
482482
'by passing a date in the future with the same time and pass '
483-
'DateTimeComponents.matchTime as the value of the '
483+
'DateTimeComponents.time as the value of the '
484484
'matchDateTimeComponents parameter.')
485485
Future<void> showDailyAtTime(
486486
int id,

0 commit comments

Comments
 (0)