Skip to content

1.1.10

Choose a tag to compare

@zathras zathras released this 31 Jan 03:31
· 265 commits to main since this release

[1.1.10] - January 2023

  • Add ScalableImageWidget.isComplex
  • Fix bug in ScalableImageWidget resulting in excessive repaint (issue 37)
  • Expose scale/align logic via ScalingTransform
  • Allow percentage units
  • Add currentColor parameter to ScalableImageWidget

[1.1.9] - January 2023

  • Add missing support for opacity attribute in style tags
  • Add support for rgba colors
  • Add support for CDATA
  • Add support for comments in stylesheets

[1.1.8] - December 2022

  • Add em units, and consistently allow units in SVG files
  • Suppress warnings about "data-*" attributes in SVG files

[1.1.7] - December 2022

  • For http loading, default to UTF8, allow encoding to be specified.
  • Added example/asset.dart to show common case of SVG in an asset

[1.1.6] - September 2022

  • Update for Flutter 3.3 release (change in lints)