79205580

Date: 2024-11-20 02:03:42
Score: 2
Natty:
Report link

Some things to check:

My guess-->

Did you started xcode by double clicking the "runner.xcworkspace" from your "project/ios" folder and not "runner.xcodeproj"?

-Did you have it in pubspec.yaml if you have dependecy there?

dependencies:
   awesome_notifications: ^0.10.0

-Did you imported the package?

import 'package:awesome_notifications/awesome_notifications.dart';
Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Alexandre B.