Skip to content

Commit d1a7d95

Browse files
committed
v2.2.1+81
1 parent a798386 commit d1a7d95

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/apis/notification_api/lib/src/notification_api_client.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: For solving problems in the world of programming; base on solved.ac
33

44
publish_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

88
environment:
99
sdk: ">=2.18.2 <3.0.0"

0 commit comments

Comments
 (0)