Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 869 Bytes

CHANGELOG.md

File metadata and controls

41 lines (22 loc) · 869 Bytes

[2.0.0] - 2024-02-14

  • BREAKING CHANGE: asGlass returns Widget instead of ClipRRect now.
  • Added enabled parameter to enable or disable all effects.
  • Relaxed SDK constraints

[1.0.2] - 2023-10-21

  • Flutter version upgrade

[1.0.1] - 2021-06-28

  • Added support for classes that extend Widget as well.

[1.0.0] - 2021-05-20

  • First major release

[0.1.0] - 2021-05-20

  • Changed default values for blurX and blurY for better blurring

[0.0.9] - 2021-05-20

  • Minor bugfixes

[0.0.8] - 2021-05-20

  • Added parameters frosted and tintColor to .asGlass()

[0.0.7] - 2021-05-16

  • File restructuring, cleanup and better API documentation for the .asGlass() method

[0.0.6] - 2021-05-16

  • Minor changes and clearer API documentation

[0.0.1] - 2021-05-16

  • Initial release - Create glass widgets using the "asGlass()" method