Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 829 Bytes

CHANGELOG.md

File metadata and controls

39 lines (22 loc) · 829 Bytes

0.0.1

pre-release version

features

  • Automatically adjust the fontSize to a size that does not exceed the size of the parent Widget.
  • Supports rewriting that prevents the word in the string from breaking.

0.0.3

pre-release version

changes

  • Resolving the issue where the textAlign option is not applied.

0.1.0

  • Refactor main logic
  • Check overflow in all areas horizontally and vertically

1.0.0

  • Update "How to Use" in README.md

1.0.1

  • Increased the scope of supported versions.

1.0.3

  • Expand and release the supported platforms for reasons that do not use the Platform SDK.

1.0.4

  • Modified to replace all newline characters (\n) with spaces in the text when maxLines is set to 1, ensuring the text is displayed on a single line.

1.0.5

  • Clean the file path & dart formatted