liquid_glass_ui 0.4.0
liquid_glass_ui: ^0.4.0 copied to clipboard
A Flutter package for creating beautiful glass-like UI components inspired by Apple's Liquid Glass design.
Changelog #
0.4.0 #
- Added a preview screenshot to the
README.mdfor better visibility on pub.dev and GitHub. - Pushed all local changes to the remote repository to resolve
pub.devanalysis issues.
0.3.0 #
- Updated the
homepageURL to the correct GitHub repository.
0.2.0 #
- Added a new example showcasing macOS-style widgets (Weather, Calendar, Clock).
- Added support for custom background images in the example.
- Enabled macOS desktop support for the example application.
- Added a screenshots directory with a preview image for the package.
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.