Skip to content

8.0.0

Latest
Compare
Choose a tag to compare
@suragch suragch released this 21 May 05:19

[8.0.0] - 2024.05.13

  • Update widgets for Material 3 (#50) (@Satsrag)
  • New tonal buttons (@Satsrag)
  • New MongolFilledButton widget (@Satsrag)
  • New MongolCheckboxListTile widget (@Satsrag)
  • New MongolRadioListTile widget (@Satsrag)
  • New MongolSwitchListTile widget (@Satsrag)
  • New MongolCheckedPopupMenuItem (@Satsrag)
  • Update for breaking change in Flutter 3.22

[7.0.0] - 2023.12.27

  • 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)