Linkpreview Error
Hi if the User send the Link then is Displayed on UI but if user click on the Link is not navigating
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Could not lunch
E/flutter ( 5493): #0 LinkPreview._launchURL (package:chatview/src/widgets/link_preview.dart:116:11)
E/flutter ( 5493):
Hi @sivasankar2221, Could you please provide a reproducible code snippet or a video demonstrating the issue? This will help us look into it further.
Hi @sivasankar2221, Could you please provide a reproducible code snippet or a video demonstrating the issue? This will help us look into it further.
i also meet this problem, some of link can, some cannot
I/UrlLauncher(16285): component name for https://pub.dev/packages/chatview is null
I/UrlLauncher(16285): component name for https://flutter.dev is null
E/flutter (16285): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Could not lunch
E/flutter (16285): #0 LinkPreview._launchURL (package:chatview/src/widgets/link_preview.dart:116:11)
E/flutter (16285): <asynchronous suspension>
E/flutter (16285):
https://github.com/user-attachments/assets/ce90f1a9-37d3-48b9-bf12-67e8a65c95ca
@limwlee @sivasankar2221 This issue might be due to the URL launcher package. Could you please check the documentation, update it accordingly, and try if it resolves the problem?
https://pub.dev/packages/url_launcher#android
@limwlee @sivasankar2221 This issue might be due to the URL launcher package. Could you please check the documentation, update it accordingly, and try if it resolves the problem?
https://pub.dev/packages/url_launcher#android
Its Work for me, thanks alot !!!! 👍👍👍
Closing this issue as this issue got resolved.