-
Notifications
You must be signed in to change notification settings - Fork 4k
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(auth, ios): fix scoping of import for message.g.h, could cause incompatibility with other packages #11300
Conversation
…compatibility with other packages
Hello ! Just to say that the issue persists with 4.7.1 :
|
Hi @Tom3652, I couldn't reproduce the issue with the last release on my end. Could you share your setup? Thanks |
@joshuariveramnltech thanks it works with your change ! |
Any updates on this ? |
hi @joshuariveramnltech, where is this file located? I've been searching it but I'm not able to find it, would you please share where is located? |
@csandovalgt Just try searching this |
I've created a PR here: #11472 |
Description
Importing messages.g.h could cause issues in other packages if they are using the same file name.
Related Issues
closes #11285
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
).This will ensure a smooth and quick review process. Updating the
pubspec.yaml
and changelogs is not required.///
).melos run analyze
) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?