joseph-grabinger / flutter_to_pdf

Create PDFs but work with normal Flutter Widgets.
MIT License
21 stars 17 forks source link

Remove deprecated use of `textScaleFactor` #54

Closed joseph-grabinger closed 10 months ago

joseph-grabinger commented 10 months ago

Replaced textScaleFactor with textScaler in tests.

In text.dart using it was unavoidable and therefore marked with an ignore comment.

Closes #50

codecov-commenter commented 10 months ago

Codecov Report

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

Comparison is base (cff3130) 88.51% compared to head (0da5091) 88.51%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #54 +/- ## ======================================= Coverage 88.51% 88.51% ======================================= Files 56 56 Lines 836 836 ======================================= Hits 740 740 Misses 96 96 ```

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