Flutter Html Versions Save

A Flutter widget for rendering static html as Flutter widgets (Will render over 80 different html tags!)

1.1.1

3 years ago

This update updates chewie_audio dependencies

1.1.0

3 years ago

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

1.0.2

3 years ago

Fix text scaling issues, update versions

1.0.0

4 years ago

1.0.0-pre.1

4 years ago

See #122 for details.

0.11.1

4 years ago

0.11.0

4 years ago

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.