Skip to content

Releases: Sub6Resources/flutter_html

v3.0.0

11 Mar 23:56

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: flutter_html-v3.0.0-beta.2...v3.0.0

3.0.0-beta.2

31 May 14:28

Choose a tag to compare

3.0.0-beta.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 3.0.0-alpha.5...flutter_html-v3.0.0-beta.2

Version 3.0.0 alpha 5

09 Jun 13:20
4225935

Choose a tag to compare

Version 3.0.0 alpha 5 Pre-release
Pre-release
  • [core] Fixed hot reloads, thanks @arjenmels
  • [core] Fixed link taps not working

Version 3.0.0 alpha 4

20 Apr 13:06
35ff307

Choose a tag to compare

Version 3.0.0 alpha 4 Pre-release
Pre-release
  • [video] Fixed compilation issue

Version 3.0.0 alpha 3

14 Apr 12:10
3b5a3c5

Choose a tag to compare

Version 3.0.0 alpha 3 Pre-release
Pre-release
  • Fixed styling not being applied to list item markers
  • [video] Fixed crash when iframe or video tags used unsupported/incorrect height or width

Version 2.2.1

09 Dec 08:05
b5741ea

Choose a tag to compare

  • Allow styling on ruby tags
  • Allow width/height/alignment styling on table/tr/td tags
  • Prevent images causing rebuilding and leaking memory
  • Fixes display of list items on iOS with font weights below 400
  • Prevent crash on negative margins or paddings

Version 2.1.1

28 Jul 08:46
79cdfdf

Choose a tag to compare

  • Improves hr tag support
  • Fixes a leading whitespace issue
  • Fixes some crashes with CSS parsing

Version 2.1.0

04 Jun 11:42
daa12a5

Choose a tag to compare

  • SelectableHtml widget (supporting a subset of tags) which allow text selection
  • Fixed shrinkWrap to actually shrink the horizontal space
  • Support style tags to apply styling from inline css
  • Support applying styles from Flutter themes
  • Mouse hover on links when using Flutter Web
  • Allow custom anchor link tap implementations
  • Support additional list styling options
  • Fix several minor whitespace issues in text flow
  • Fixed specific colspan/rowspan usages in tables
  • Fixed whitespace issues around images
  • Swallow duplicate ids to prevent crashing the widget
  • Fixes crashing tap detection when using both link and image taps
  • Updates external dependencies
  • Raised minimum Flutter version to 2.2.0

Version 2.0.0

04 Jun 11:41

Choose a tag to compare

  • Stable release with all 2.0.0-nullsafety.X changes

Version 2.0.0-nullsafety.0

06 Mar 01:45
e421c47

Choose a tag to compare

Pre-release

Important: this is a pre-release version

Breaking: this requires nullsafety support, Dart >=2.12.0 and Flutter >=2.0.0

  • Nullsafety support
  • Official Flutter Web support
  • New features & fixes for lists:
    • Support start attribute (e.g. start="5";)
    • Support RTL direction
    • Support setting padding - you can remove the starting padding if you choose
    • Fixed unknown character box on iOS when font-weight is below w400
  • Upgraded link functions to provide more granular control
  • Fixed errors in text-decoration parsing
  • Fixed <audio> on iOS ("_duration called on null" exception)
  • Updated dependencies