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

changes unnamed Function parameters #1309

Closed hassony105 closed 1 month ago

hassony105 commented 2 months ago

Some of Function parameters represents with no name, so the default Flutter's parameter name represent [p0, p1, p2,...]. This PR fixes it.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.57%. Comparing base (db8d05f) to head (1139612). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1309 +/- ## ======================================= Coverage 97.57% 97.57% ======================================= Files 79 79 Lines 4914 4914 ======================================= Hits 4795 4795 Misses 119 119 ```

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