File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
packages/apis/notification_api/lib/src Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ class NotificationApiClient {
4040 details,
4141 uiLocalNotificationDateInterpretation:
4242 UILocalNotificationDateInterpretation .absoluteTime,
43- androidAllowWhileIdle: true ,
4443 matchDateTimeComponents: DateTimeComponents .time,
4544 );
4645 }
@@ -85,7 +84,6 @@ class NotificationApiClient {
8584 uiLocalNotificationDateInterpretation:
8685 UILocalNotificationDateInterpretation .absoluteTime,
8786 matchDateTimeComponents: DateTimeComponents .dateAndTime,
88- androidAllowWhileIdle: true ,
8987 );
9088 }
9189
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: For solving problems in the world of programming; base on solved.ac
33
44publish_to : " none" # Remove this line if you wish to publish to pub.dev
55
6- version : 2.2.0+80
6+ version : 2.2.1+81
77
88environment :
99 sdk : " >=2.18.2 <3.0.0"
You can’t perform that action at this time.
0 commit comments