avioli / uni_links

Flutter plugin for accepting incoming links.
BSD 2-Clause "Simplified" License
563 stars 303 forks source link

Flutter Supports: application:continueUserActivity:restorationHandler #11

Closed jeprojects closed 5 years ago

jeprojects commented 5 years ago

In your readme it states:

// NOTE: Necessary, until Flutter supports // application:continueUserActivity:restorationHandler within the // FlutterPlugin protocol.

I can see that Flutter now supports this callback: https://docs.flutter.io/objcdoc/Protocols/FlutterPlugin.html#/c:objc(pl)FlutterPlugin(im)application:continueUserActivity:restorationHandler:

Do we still need to add the ios related code?

avioli commented 5 years ago

I'll check and update the docs, if that's the case.

avioli commented 5 years ago

Very sorry for the super late response.

@jeprojects adding the code won't hurt, but is no longer necessary as you pointed.

I've removed the note in the README and the code from the example's AppDelegate.m

Thanks.