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
220 stars 81 forks source link

Version 6.1.3 does not work on Linux #138

Closed CaptainDario closed 4 months ago

CaptainDario commented 4 months ago

Describe the bug

The plugin causes the app to raise an exception on Linux.

MissingPluginException (MissingPluginException(No implementation found for method getInitialAppLink on channel com.llfbandit.app_links/messages))

Does it related to

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

Does the example project work?

[ ] Yes
[x] No
[ ] 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
[x] Irrelevant here

llfbandit commented 4 months ago

When syncing your dependencies, has app_links_linux been pulled ? You can check this in pubspec.lock.

llfbandit commented 4 months ago

My bad there's a typo in method name.

llfbandit commented 4 months ago

app_links 6.1.4 should fix the issue.