liquid_glass_ui 0.1.0
liquid_glass_ui: ^0.1.0 copied to clipboard
A Flutter package for creating beautiful glass-like UI components inspired by Apple's Liquid Glass design.
Changelog #
0.1.0 #
- Improved pub.dev score by:
- Adding comprehensive Dartdoc comments to
LiquidGlassContainerand its members. - Resolving
withOpacitydeprecation warnings inlib/widgets/liquid_glass_container.dartandexample/lib/beautiful_liquid_example.dart. - Fixing formatting issues (
dart format .). - Updating
example/test/widget_test.dartto reflect the new example structure and fix the 'MyApp' error.
- Adding comprehensive Dartdoc comments to
- Created a beautiful new music player UI example in
example/lib/beautiful_liquid_example.dart. - Updated
example/lib/main.dartto showcase the new beautiful example. - Changed the background of the example app to a solid black color for better visibility.
0.0.1 #
- Initial release of the Liquid Glass UI package.