llfbandit / app_links

Android App Links, Deep Links, iOs Universal Links and Custom URL schemes handler for Flutter.
https://pub.dev/packages/app_links
Apache License 2.0
176 stars 68 forks source link

Windows installation instructions are out of date - "CreateAndShow" no longer in flutter scaffolding #66

Closed Adam-Langley closed 12 months ago

Adam-Langley commented 1 year ago

The current documentation for installing into a Windows project describes modifying code in the default scaffolded Flutter C++ function "CreateAndShow". This method no longer exists in the OOB scaffolding - it has been renamed to simply "Create".

mattsrobot commented 12 months ago

@Adam-Langley thankyou.

Did you find also any solution for registering the URL protocol with windows registry? The documentation in this area is also quite out of date.

mattsrobot commented 12 months ago

Should be fixed in #67

llfbandit commented 12 months ago

67 merged