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 {
40
40
details,
41
41
uiLocalNotificationDateInterpretation:
42
42
UILocalNotificationDateInterpretation .absoluteTime,
43
- androidAllowWhileIdle: true ,
44
43
matchDateTimeComponents: DateTimeComponents .time,
45
44
);
46
45
}
@@ -85,7 +84,6 @@ class NotificationApiClient {
85
84
uiLocalNotificationDateInterpretation:
86
85
UILocalNotificationDateInterpretation .absoluteTime,
87
86
matchDateTimeComponents: DateTimeComponents .dateAndTime,
88
- androidAllowWhileIdle: true ,
89
87
);
90
88
}
91
89
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
3
3
4
4
publish_to : " none" # Remove this line if you wish to publish to pub.dev
5
5
6
- version : 2.2.0+80
6
+ version : 2.2.1+81
7
7
8
8
environment :
9
9
sdk : " >=2.18.2 <3.0.0"
You can’t perform that action at this time.
0 commit comments