daohoangson / flutter_widget_from_html

Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags.
https://pub.dev/packages/flutter_widget_from_html
MIT License
635 stars 235 forks source link

Added: Support for AUDIO SOURCE tags #1301

Open dajanvulaj opened 2 months ago

dajanvulaj commented 2 months ago

These changes add support for AUDIO SOURCE elements while supporting the src attribute added directly in the AUDIO element if no SOURCE children are provided.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 77.77778% with 6 lines in your changes missing coverage. Please review.

Project coverage is 97.44%. Comparing base (214e551) to head (97916b1).

Files Patch % Lines
...es/fwfh_just_audio/lib/src/internal/tag_audio.dart 75.00% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1301 +/- ## ========================================== - Coverage 97.58% 97.44% -0.14% ========================================== Files 79 79 Lines 4922 4936 +14 ========================================== + Hits 4803 4810 +7 - Misses 119 126 +7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.