flutter_wordpress_content 1.0.13 flutter_wordpress_content: ^1.0.13 copied to clipboard
Flutter widget to help parse & render WordPress raw content with support for YouTube, SoundCloud and Issuu PDF embed widgets
[1.0.13] - 6 October, 2019 #
- Override == operator in
SimpleArticle
so that it can work incontains(object)
in Maps and Lists
[1.0.12] - 6 October, 2019 #
- Added better exception handling for
SimpleArticle
's to and from json methods
[1.0.11] - 5 October, 2019 #
- Added
FeatureImage
class replacingimageUrl
field inSimpleArticle
- Added the ability to change text colour for Heading, Paragraph and Image Caption
[1.0.8] - 2 October, 2019 #
- Fixed an issue with image captions where super/sub scripts weren't being parsed
[1.0.7] - 2 October, 2019 #
- Fixed an issue with TextSpan rendering
[1.0.6] - 2 October, 2019 #
- Updated wp_parser to use TextSpan with RichText instead of Unicode for superscript and subscript
[1.0.5] - 2 October, 2019 #
- Added JWPlayerWidget for embedding media hosted by your JW Player Account
[1.0.4] - 2 October, 2019 #
- Fixed an issue with paragraph spacing
[1.0.3] - 2 October, 2019 #
- Updated package description
[1.0.2] - 2 October, 2019 #
- Changed embed helper widgets to simple classes
[1.0.1] - 2 October, 2019 #
- Changed embed helper widgets to StatelessWidgets
- Added example implementation in documentation
[1.0.0] - 1 October, 2019 #
- Added content parser for Heading, Paragraph, YouTube, SoundCloud & Issuu embeds.