flutter_chatview icon indicating copy to clipboard operation
flutter_chatview copied to clipboard

Linkpreview Error

Open sivasankar2221 opened this issue 1 year ago • 1 comments

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): E/flutter ( 5493):

sivasankar2221 avatar Jul 05 '24 12:07 sivasankar2221

Hi @sivasankar2221, Could you please provide a reproducible code snippet or a video demonstrating the issue? This will help us look into it further.

apurva010 avatar Jul 06 '24 05:07 apurva010

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 avatar Jul 17 '24 09:07 limwlee

@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

vatsaltanna avatar Aug 05 '24 18:08 vatsaltanna

@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 !!!! 👍👍👍

limwlee avatar Aug 06 '24 01:08 limwlee

Closing this issue as this issue got resolved.

apurva010 avatar Aug 06 '24 04:08 apurva010