mingsnx / animated_digit

A scrolling digit animation widget
MIT License
37 stars 17 forks source link

Support other fontweights #18

Open davidmartos96 opened 9 months ago

davidmartos96 commented 9 months ago

Fixes #17 When using a textStyle with a fontWeight different than bold or normal, the TextPainter doesn't measure the text correctly.

This PR makes sure the textPainter uses the same fontWeight and font family. When using a different font family, the measurement can also be incorrect, so we can merge the textStyle with the DefaultTextStyle in Flutter.

fondraco commented 5 months ago

Could you please release this? @mingsnx