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 build is broken in 3.4.1 #38

Closed Auxx closed 1 year ago

Auxx commented 1 year ago

Describe the bug

Windows build process fails after updating from 3.3.0 to 3.4.1. Reverting back to 3.3.0 fixes the issue.

The only logs I get:

Building Windows application...                                         
Build process failed.

Does it related to

[ ] App Links (Android)
[ ] Deep Links (Android)
[ ] Universal Links (iOS)
[ ] or Custom URL schemes? (iOS)
[x] Windows

Does the example project work?

[ ] Yes
[ ] No
[x] Irrelevant here

Did you fully read the instructions for the targeted platform before submitting this issue?

Uploaded your files to webserver, HTTPS, direct connection, scheme pattern setup, ...

[ ] Yes
[ ] No
[ ] Irrelevant here

llfbandit commented 1 year ago

You must update the include directive. Reame.md file has been updated accordingly.