How to convert DateTime to TZDateTime in flutter?
问题 I am trying to push local notification through my app by using flutter_local_notifications package and as on FlutterNotificationsPlugin the ".schedule" is deprecated I tried using ".zonedSchedule" but it requires TZDateTime value. var androidDetails = AndroidNotificationDetails(t.id, "Task Notifier", "Notifies if you have a task scheduled at a particular time"); var generalNotificationDetails = NotificationDetails(android: androidDetails); var now = DateTime.now(); var scheduledTime =