Closed joaoribeiro-controlink closed 11 months ago
You've mistyped as you are missing a "s", that is instead of FlutterLocalNotificationPlugin
, it should be FlutterLocalNotificationsPlugin
as it's plural
Forgot to add that you could've referenced https://github.com/MaikuB/flutter_local_notifications/blob/master/flutter_local_notifications/example/ios/Runner/AppDelegate.swift to copy and paste from
Describe the bug When I try to build my app on xcode it gives me the error "Cannot find 'FlutterLocalNotificationPlugin' in scope"
Sample code to reproduce the problem AppDelegate.swift:
pubspec.yaml:
Can anyone help me with this??