contentful_rich_text 2.2.1
contentful_rich_text: ^2.2.1 copied to clipboard
Rich Text renderer that parses Contentful Rich Text JSON object and returns a renderable Flutter widget tree
2.2.1 06/25/2024 #
- Fix date
2.2.0 06/24/2024 #
- Merge PR #39 - Allow marks to be styled
- Upgrade dependencies
2.1.0 08/29/2023 #
- Migrate to Flutter 3.10.6
- Bump Dart SDK version to 3.0
- Add color option for hyperlink text
- Upgrade dependencies
2.0.0 08/08/2022 #
- Migrate to Flutter 3.0.5
- Upgrade library dependencies
- Fix lint warnings
- Added support for inline embedded entries (by https://github.com/rekubot)
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!