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 #
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