Search code examples
androidflutterdartandroid-notificationsflutter-local-notification

The method 'showDailyAtTime' isn't defined for the type 'FlutterLocalNotificationsPlugin'


error : The method show Daily At Time isn't defined for the type Flutter Local Notifications Plugin.

also another problem as ,

error : The method 'Time' isn't defined for the type '_New Entry Page State'. whole problems specified code here Here the code error specified


Solution

  • This method has been removed from the version 15.0.0 you can check the change-log here. This method was marked as deprecated in version 2.0.0 and new method was zonedSchedule were introduced for this functionality. you can check the details for that here