-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: resolve symbol conflicts in wakelock_plus by updating Pigeon prefix #82
Conversation
Updated the Pigeon configuration for wakelock_plus to use a unique ObjCOptions.prefix ("WKP") to prevent symbol conflicts with other plugins such as image_picker_ios. Changes include: - Modified the Pigeon prefix from "FLT" to "WAKELOCK" in `messages.dart`. - Regenerated the Pigeon files to reflect the new prefix. - Cleaned and rebuilt the project to ensure compatibility.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@weitsai Thanks for your contribution. Once the automation goes green, then I'll release a new build. |
Thanks for the update! I'll wait for the automation to complete. Let me know if there's anything else I can assist with. |
@weitsai I'm taking over your PR to the finish line, mainly to regenerate the Pigeons. |
Ok, thanks! |
@weitsai deployed as |
Updated the Pigeon configuration for wakelock_plus to use a unique ObjCOptions.prefix ("WKP") to prevent symbol conflicts with other plugins such as image_picker_ios.
Changes include:
messages.dart
.