Skip to content

Commit

Permalink
fix deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
its-me-abhishek committed Dec 16, 2023
1 parent ede05c5 commit 1e497bf
Show file tree
Hide file tree
Showing 4 changed files with 224 additions and 200 deletions.
1 change: 1 addition & 0 deletions lib/services/notification_services.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class NotificationService {
notificationDetails,
uiLocalNotificationDateInterpretation:
UILocalNotificationDateInterpretation.absoluteTime,
// ignore: deprecated_member_use
androidAllowWhileIdle: true);
if (kDebugMode) {
print(scheduledAt.day * 100 + scheduledAt.hour * 10 + scheduledAt.minute);
Expand Down
1 change: 0 additions & 1 deletion lib/widgets/project_filter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ class ProjectsColumn extends StatelessWidget {
...projects.entries
.where((entry) => entry.value.parent == null)
.map((entry) => ProjectTile(entry.key))
.toList()
else
Column(
children: [
Expand Down
Loading

0 comments on commit 1e497bf

Please sign in to comment.