- Added html list tags support
- Breaking change, this package now needs a Flutter version >= 3
- Update dependencies
- Updated dependencies
- Update lint
- Improve code
- Publish stable preview version
- Add empty content validation
- Fix for some escaped chars not converting
- Remove all trailing newline text spans
- Add lint and refactor code
- Minor render issue fix
- Fixed an issue with text directly within body tag not rendering
- Improved error handling
- Migrate to null safety
- Fixed empty string error
- Updated dependencies
- Fixed an issue with non self closing
<br>
tag - Improved
<h1>-<h6>
sizing
- updated README
- Breaking change Updated deprecated terms in Flutter v 1.17.0 (Only use this version if you are using flutter v1.17.0 or greater)
- Breaking change Updated dependency
- Added support for
defaultTextStyle
- Reverted to restore backwards compatibility in minor version update
- Updated deprecated terms
- Updated dependency
- Added some TODOs in README
- Updated README explaining a render issue
- Downgraded xml dependency to prevent version solving failure.
- Fixed changelog
- Added partial support for
<ol> <ul> <li>
- Updated to readme
- Updated to latest XML dependency
- Initial release of the forked project.
- Added support for a few more html tags
- Added support for a few more css properties
- Added support for global style overriding