You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update APIs to match the Flutter 3.16 release. (#47) (with lots of help from @Satsrag)
It's unclear if this would be a breaking change for those still using a lower version of Flutter, but making a major version bump just in case.
Added TextHeightBasis (similar to TextWidthBasis for Text) at the lower levels (ex, MongolTextPainter) but not all the way up to MongolText. This affects whether the widget height is the height of the parent when line wrapping or the height of the longestLine. The default right now is parent. See #49 for progress.
One known issue is emojis and CJK characters are not correctly horizontally centered in some circumstances. (#48)