glass 2.0.0+2
glass: ^2.0.0+2 copied to clipboard
Allows conversion of any widget to a "glass" or "frosted glass" version of itself
2.0.0+2 - 2024-11-17 #
- Address lints
2.0.0 - 2024-02-14 #
- BREAKING CHANGE:
asGlass
returnsWidget
instead ofClipRRect
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
andtintColor
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