contentful_rich_text 1.0.1
contentful_rich_text: ^1.0.1 copied to clipboard
Rich Text renderer that parses Contentful Rich Text JSON object and returns a renderable Flutter widget tree
1.0.1 01/10/2022 #
- fix text features (underline and italics) not working
- add tests
1.0.0 7/13/2021 #
- BREAKING - migrate to null safety
- fix list type error
0.1.2 11/14/2019 #
- Fix ordered list to allow multi-digit numbering
0.1.1 06/25/2019 #
- Update Changelog
0.1.0 06/25/2019 #
- Replace RichText with Text.rich to fix default styling issues
- Code cleanup
0.0.4 06/25/2019 #
- Add Hyperlink support
- Code cleanup, refactoring
0.0.3 02/20/2019 #
- Bump version to update pub.dartlang.org
0.0.2 04/05/2019 #
- Initial Release, published to pub.dartlang.org
0.0.1 02/20/2019 #
- Initial Implementation
- Very basic support for some of the Rich Text block/inline items
- More to come soon!