Skip to content

Releases: Sub6Resources/flutter_html

Update Dependencies

22 Nov 23:07
b71e9a3
Compare
Choose a tag to compare

This update updates chewie_audio dependencies

Inline Styles, Flutter Update

22 Nov 22:03
7bde5d0
Compare
Choose a tag to compare

This release brings an update to pubspec packages along with the support for inline styles. More documentation will be coming soon!

Version 1.0.2

08 Aug 17:05
5cea1b4
Compare
Choose a tag to compare

Fix text scaling issues, update versions

Version 1.0.0

12 May 21:26
6a8e58b
Compare
Choose a tag to compare
Merge pull request #122 from Sub6Resources/new-parser

Version 1.0.0

Version 1.0.0-pre.1

28 Dec 00:26
Compare
Choose a tag to compare
Version 1.0.0-pre.1 Pre-release
Pre-release

See #122 for details.

Version 0.11.1

14 Dec 21:37
Compare
Choose a tag to compare
Version 0.11.1

Version 0.11.0

17 Oct 20:30
a7aa1fd
Compare
Choose a tag to compare

September 10, 2019:

  • Make it so width=100% doesn't throw error. Fixes #118.
  • You can now set width and/or height in ImageProperties to negative to ignore the width and/or height values from the html. Fixes #97
  • The img alt property now renders correctly when the image fails to load and with the correct style. Fixes #96
  • Add partial support for sub tag.
  • Add new option: shrinkToFit (#148). Fixes #75.