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

No implementation found for method getInitialAppLink on channel com.llfbandit.app_links/messages Flutter web. #62

Closed naumanmir closed 12 months ago

naumanmir commented 1 year ago

Hello @llfbandit,

I am trying to implement deep links in flutter web assuming web support is added in V2.2.0 and calling getInitialAppLink() only but getting below exception.

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

llfbandit commented 12 months ago

As always be sure to get package up to date when adding a new package. If necessary, flutter clean && flutter pub get.