You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
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)
The text was updated successfully, but these errors were encountered: