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

Add support for melos #1136

Closed Sub6Resources closed 1 year ago

Sub6Resources commented 2 years ago

Adds support for melos

Fixes #1133

Prerequisite: #1135

codecov[bot] commented 2 years ago

Codecov Report

Base: 51.44% // Head: 49.62% // Decreases project coverage by -1.81% :warning:

Coverage data is based on head (332996c) compared to base (ff059b7). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1136 +/- ## ========================================== - Coverage 51.44% 49.62% -1.82% ========================================== Files 17 18 +1 Lines 2587 2702 +115 ========================================== + Hits 1331 1341 +10 - Misses 1256 1361 +105 ``` | [Impacted Files](https://codecov.io/gh/Sub6Resources/flutter_html/pull/1136?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matthew+Whitaker) | Coverage Δ | | |---|---|---| | [lib/src/styled\_element.dart](https://codecov.io/gh/Sub6Resources/flutter_html/pull/1136/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matthew+Whitaker#diff-bGliL3NyYy9zdHlsZWRfZWxlbWVudC5kYXJ0) | `81.81% <ø> (ø)` | | | [...ackages/flutter\_html\_svg/lib/flutter\_html\_svg.dart](https://codecov.io/gh/Sub6Resources/flutter_html/pull/1136/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matthew+Whitaker#diff-cGFja2FnZXMvZmx1dHRlcl9odG1sX3N2Zy9saWIvZmx1dHRlcl9odG1sX3N2Zy5kYXJ0) | `8.69% <0.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matthew+Whitaker). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Matthew+Whitaker)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

Sub6Resources commented 1 year ago

This branch got pretty messy with all the attempted fixes. Closing this and continued in #1147