simple_rich_text 2.0.49
simple_rich_text: ^2.0.49 copied to clipboard
Display a Dart string in Flutter using simple rich text characters.
Changelog #
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]
2.0.43 - 2021-04-21 #
- improved README
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
2.0.36 - 2021-04-21 #
- can now pass optional textAlign parameter to control how text should be aligned horizontally [issue #1]
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]
1.0.33 - 2020-02-19 #
- improved documentation
1.0.31 - 2020-02-18 #
- added color attributes
- added push and pop nagivation attributes
1.0.28 - 2020-02-18 #
- fixed route bug
1.0.24 - 2020-02-18 #
- fixed route bug
1.0.22 - 2020-02-18 #
- fixed lint errors
1.0.21 - 2020-02-18 #
- renamed project
1.0.20 - 2020-02-18 #
- initial version