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

Fix deep links #207

Merged
merged 1 commit into from
Dec 18, 2024
Merged

Fix deep links #207

merged 1 commit into from
Dec 18, 2024

Conversation

IanVS
Copy link
Contributor

@IanVS IanVS commented Dec 18, 2024

When last updating flutter, I wrapped our PlatformProvider with a MaterialApp, which was the wrong approach to getting material widgets working in iOS. Instead, I should have used settings: PlatformSettingsData(iosUsesMaterialWidgets: true), which is what I've done here. Testing on my iOS device has shown that deep links from a Managed Nebula account now works correctly.

@IanVS IanVS requested a review from johnmaguire December 18, 2024 14:31
@IanVS IanVS merged commit a449a65 into main Dec 18, 2024
3 checks passed
@IanVS IanVS deleted the fix-deeplinking branch December 18, 2024 15:26
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.

2 participants