Sub6Resources / flutter_html

A Flutter widget for rendering static html as Flutter widgets (Will render over 80 different html tags!)
https://pub.dev/packages/flutter_html
MIT License
1.79k stars 860 forks source link

[FEATURE] #1208

Open eugales opened 1 year ago

eugales commented 1 year ago

Use cyrillic url as data source for video player

Solving it with encoding video src with using percent-encoding to make it safe for literal use as a full URI.

flutter_html_video.dart:48 if (attributes['src'] != null) Uri.encodeFull(attributes['src'])

A picture of a cute animal (not mandatory but encouraged)

Sub6Resources commented 1 year ago

Thanks for the suggestion. Do you have some examples of cryllic urls that this has worked for?