Skip to content

Releases: ali-thowfeek/simple_html_css_flutter

v5.0.0

19 May 10:14
Compare
Choose a tag to compare

What's Changed

  • fix: added fixes for flutter 3.22 by @erickgon92 in #32
  • removed html_unescape

New Contributors

Full Changelog: v4.0.1...v5.0.0

v4.0.1

19 May 06:19
caa0f57
Compare
Choose a tag to compare

What's Changed

  • Allow bypassing HTML content unescaping by @fjwong in #29

New Contributors

Full Changelog: 4.0.0...v4.0.1

4.0.0

08 Jul 23:09
Compare
Choose a tag to compare
  • Update dependencies

v3.0.1+1

22 Oct 11:45
Compare
Choose a tag to compare

What's Changed

  • Update dependencies

v3.0.1

04 Mar 12:12
Compare
Choose a tag to compare

Released with the latest dart SDK constraint 2.12.0

v3.0.0

23 Feb 16:35
Compare
Choose a tag to compare

v3.0.0 released as a preview. This will replace the stable version in pub.dev once the new dart stable version is released.

v3.0.0-nullsafety.4

05 Feb 20:39
Compare
Choose a tag to compare
v3.0.0-nullsafety.4 Pre-release
Pre-release
  • Add empty content validation
  • Fix for some escaped chars not converting
  • Remove all trailing newline text spans
  • Add lint and refactor code

v2.0.2

05 Feb 06:26
Compare
Choose a tag to compare
  • Fixed an issue with trailing blank spaces
  • Fixed an issue with some escaped characters not rendering

v3.0.0-nullsafety.3

01 Feb 17:08
Compare
Choose a tag to compare
v3.0.0-nullsafety.3 Pre-release
Pre-release

Minor update

v2.0.1

01 Feb 15:11
Compare
Choose a tag to compare

Improved error handling and better rendering