Closed CaptainDario closed 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
When syncing your dependencies, has app_links_linux been pulled ? You can check this in pubspec.lock.
app_links_linux
My bad there's a typo in method name.
app_links 6.1.4 should fix the issue.
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