- added pre and post parameters to optionally add leading and trailing TextSpan()s to the RichText composite output [issue #7]
- added textScaleFactor parameter [issue #6]
- added textScaleFactor via MediaQuery [issue #6]
- improved README
- 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
- can now pass optional textAlign parameter to control how text should be aligned horizontally [issue #1]
- upgraded to Dart 2.0 [issue #4]
- migrated to null-safety
- migrated from RaisedButton to ElevatedButton
- replaced RichText() with Text.rich() [issue #5]
- improved documentation
- added color attributes
- added push and pop nagivation attributes
- fixed route bug
- fixed route bug
- fixed lint errors
- renamed project
- initial version