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

Add application(_:continue:restorationHandler:) on macOS #148233

Open
rnl-veolys opened this issue May 13, 2024 · 0 comments
Open

Add application(_:continue:restorationHandler:) on macOS #148233

rnl-veolys opened this issue May 13, 2024 · 0 comments
Labels
c: proposal A detailed proposal for a change to Flutter engine flutter/engine repository. See also e: labels. platform-mac Building on or for macOS specifically team-desktop Owned by Desktop platforms team

Comments

@rnl-veolys
Copy link

Use case

I maintain a plugin (app_links) to allow deep linking on all platforms .
With the current macOS embedder shipped with Flutter 3.19, we can only/mostly handle notification based delegations.

In my case, I need to access application(_:continue:restorationHandler:) to allow universal link handling (as on iOS).
https://developer.apple.com/documentation/appkit/nsapplicationdelegate/1428471-application

This would simplify setup for developers as they wouldn't add themselves the override in their own native code base.

Proposal

There's no workaround here that can be implemented by other packages.

application(_:continue:restorationHandler:) should be forwarded by the engine.

@danagbemava-nc danagbemava-nc added in triage Presently being triaged by the triage team engine flutter/engine repository. See also e: labels. platform-mac Building on or for macOS specifically c: proposal A detailed proposal for a change to Flutter team-desktop Owned by Desktop platforms team and removed in triage Presently being triaged by the triage team labels May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: proposal A detailed proposal for a change to Flutter engine flutter/engine repository. See also e: labels. platform-mac Building on or for macOS specifically team-desktop Owned by Desktop platforms team
Projects
None yet
Development

No branches or pull requests

2 participants