The errors you're encountering indicate multiple issues related to package compatibility, imports, and Gradle setup. Here's a step-by-step guide to resolve them:
Ensure you are using the latest version of the flutter_local_notifications package.
indicates missing or incorrect file references.
Verify that the file lib/screens/wishList/view/widget/wishlist_item_list.dart exists. If it's missing, check your version control system for any untracked or deleted files. Ensure that your import paths are correct and relative to your project structure.
If you're using an older Flutter version, downgrade the package to a version compatible with your SDK.
A clean build often resolves Flutter and Gradle issues. Then rebuild your project.
Additionally, please confirm if you are using the latest Bagisto mobile e-commerce version 2.2.2 released recently.
If you still encounter issues after following these steps, please provide additional details about your Flutter SDK version, pubspec.yaml configuration, and the specific errors you encounter. happy to help further!