glass_kit 4.0.1 glass_kit: ^4.0.1 copied to clipboard
A package containing widgets to implement glass morphism in flutter apps.
4.0.1 #
- Upgrade lint pkg to v4.0.0
- Fix lint issues
4.0.0 #
- Make
height
andwidth
properties non required inGlassContainer
GlassContainer
now takes 'boxShadow' as a parameter to customize the shadow instead ofshadowColor
andelevation
- Add example to demonstrate the usage of
GlassContainer
inListView
3.0.0 #
- Update minimum supported SDK version to Flutter 3.0/Dart 3.0
2.0.1 #
- Resolve unwanted centering of
GlassContainer
.
2.0.0 #
- Migrate to stable null safety
2.0.0-nullsafety.1 #
- Migrate to sound null safety
- Add TransformAlignment property to GlassContainer
1.0.2 #
- Web Support
- Minor Bug Fixes
1.0.1 #
- Initial release