simple_rich_text 2.0.35
simple_rich_text: ^2.0.35 copied to clipboard
Display a Dart string in Flutter using simple rich text characters.
Changelog #
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