Skip to content
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

[flutter_appauth] use initWithPresentingWindow to fix deprecation warning #438

Merged
merged 1 commit into from
Aug 12, 2023

Conversation

darkdarkdragon
Copy link
Contributor

[flutter_appauth] fix MacOs auth. Without that it opens regular Safari browser and can't return back.

@MaikuB
Copy link
Owner

MaikuB commented Jul 15, 2023

I've not seen what you mention happen and following is a recording of the example app

Screen.Recording.2023-07-15.at.10.58.36.am.mov

Even so, this change does address a deprecation warning so should be merged in. As the PR title forms part of the commit message when the PR is merged in, are you able to come up with a more descriptive PR title on what this PR addresses?

@MaikuB MaikuB changed the title [flutter_appauth] fix MacOs auth. [flutter_appauth] use initWithPresentingWindow to fix deprecation warning Aug 12, 2023
@MaikuB MaikuB merged commit 7e56aab into MaikuB:master Aug 12, 2023
5 checks passed
@darkdarkdragon
Copy link
Contributor Author

@MaikuB I'm sorry I somehow missed your comment 😕
Thanks for merging this in!

@darkdarkdragon darkdarkdragon deleted the macos_fix branch August 12, 2023 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'init' is deprecated: Use initWithPresentingWindow for macOS 10.15 and above
2 participants