Skip to content

4.0.0

Compare
Choose a tag to compare
@suragch suragch released this 10 Feb 04:40
· 53 commits to master since this release
  • Update APIs to match the Flutter 3.7 release. Theoretically this may have added some improvements, but the main reason was that Flutter 3.7 broke the old package. This is a major version bump because some of the API changes were potentially breaking for users of mongol 3.4.0. (#38)
  • There are some known issues related to the input decorator for MongolTextField (#29, #30, #32, #39, #40, #41). Help requested to fix these. This release exports MongolEditableText if anyone needs a more low-level option.
  • The MongolText API appears to be unaffected by this update, but keep an eye on performance for large text strings. MongolTextPainter and MongolParagraph have a new dispose method and it is unclear how this may affect performance/memory for better or worse.