FlutterHtmlView icon indicating copy to clipboard operation
FlutterHtmlView copied to clipboard

flutter_html_view >=0.5.10 requires url_launcher ^3.0.0

Open l-k22 opened this issue 6 years ago • 6 comments

I use the latest version of url_launcher version ^4.0.1

l-k22 avatar Nov 16 '18 15:11 l-k22

same problem

GerlanStanley avatar Nov 22 '18 13:11 GerlanStanley

same

peekpt avatar Nov 23 '18 14:11 peekpt

same here.. i switched ^3.0.0

moelfassi avatar Dec 27 '18 18:12 moelfassi

same here. i also switched url_launcher to ^3.0.0 temporarily

w4mxl avatar Jan 07 '19 02:01 w4mxl

@PonnamKarthik

l-k22 avatar Jan 10 '19 12:01 l-k22

Don't need this anymore, used webview_flutter.

Render HTML string : WebView( initialUrl: Uri.dataFromString (yourHtmlStringGoesHere, parameters: {"charset": "utf-8"}, mimeType: 'text/html').toString(), ), )

plugin: webview_flutter

Na(o) quinta, 10/01/2019, 12:08, LK [email protected] escreveu:

@PonnamKarthik https://github.com/PonnamKarthik

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/PonnamKarthik/FlutterHtmlView/issues/59#issuecomment-453074040, or mute the thread https://github.com/notifications/unsubscribe-auth/AANksZ7ETVgykezbwgV-BiQKQD0xxge_ks5vBy1KgaJpZM4Ymaao .

peekpt avatar Jan 10 '19 12:01 peekpt