Skip to content

Latest commit

 

History

History
93 lines (34 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

93 lines (34 loc) · 1.52 KB

Changelog

Version 2.0.49 (2021-05-22)

  • added pre and post parameters to optionally add leading and trailing TextSpan()s to the RichText composite output [issue #7]

Version 2.0.46 (2021-04-22)

  • added textScaleFactor parameter [issue #6]

Version 2.0.45 (2021-04-22)

  • added textScaleFactor via MediaQuery [issue #6]

Version 2.0.43 (2021-04-21)

  • improved README

Version 2.0.37 (2021-04-21)

  • added new line option, some fontStyles, text overflow, max,etc [pull request #3]
  • breaking change: the text parameter is no longer named--it's just the first parameter

Version 2.0.36 (2021-04-21)

  • can now pass optional textAlign parameter to control how text should be aligned horizontally [issue #1]

Version 2.0.35 (2021-04-20)

  • upgraded to Dart 2.0 [issue #4]
  • migrated to null-safety
  • migrated from RaisedButton to ElevatedButton
  • replaced RichText() with Text.rich() [issue #5]

Version 1.0.33 (2020-02-19)

  • improved documentation

Version 1.0.31 (2020-02-18)

  • added color attributes
  • added push and pop nagivation attributes

Version 1.0.28 (2020-02-18)

  • fixed route bug

Version 1.0.24 (2020-02-18)

  • fixed route bug

Version 1.0.22 (2020-02-18)

  • fixed lint errors

Version 1.0.21 (2020-02-18)

  • renamed project

Version 1.0.20 (2020-02-18)

  • initial version