Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when clicking on any link #12

Open
chrisvidal opened this issue Feb 17, 2022 · 1 comment
Open

Error when clicking on any link #12

chrisvidal opened this issue Feb 17, 2022 · 1 comment

Comments

@chrisvidal
Copy link

Parsing seems to be working but I cant click on any link:
thanks for your help

[VERBOSE-2:ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method canLaunch on channel plugins.flutter.io/url_launcher_ios)

@Grabot
Copy link

Grabot commented Apr 28, 2022

My guess is that you either have not added the url_launcher package to your pub yaml or you have not configured your application to allow for querying the system for launch support.
It still might be valid to note that the canLaunch and launch functions that Linkable is using are deprecated in more recent versions of url_launcher so an update might be needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants