frosted_ui_kit 1.1.2
frosted_ui_kit: ^1.1.2 copied to clipboard
A modern Flutter UI kit combining Apple's Liquid Glass aesthetics and Telegram's fluid Android UI. Includes blur cards, sliding tabs, and glass buttons.
1.1.2 #
- Fix: Shortened package description in
pubspec.yamlto meet pub.flutter-io.cn scoring requirements (under 180 characters) to achieve 160/160 pub points.
1.1.1 #
- Fix: Updated README to properly render the demo GIF on pub.flutter-io.cn using standard Markdown and an absolute GitHub raw URL.
1.1.0 #
- Smart Platform Adaptation:
BlurredCardnow intelligently auto-adapts to the platform. It uses smooth hardware-acceleratedBackdropFilteron iOS, and seamlessly falls back to smooth Alpha Transparency (disableBlur: true) on Android to maintain Telegram-like 60fps fluidity on all device tiers. - Performance Optimizations: Reduced default blur sigma values to
5.0and changed defaultclipBehaviortoClip.hardEdgefor significantly better rendering performance. - Feature: Added
onTabChangedglobal callback toFrostedNavigationButtomBarfor easier tab state management.
1.0.2 #
- Added GIF demo to the pub.flutter-io.cn main page.
- Exported
AuthScreenas part of the public API and extractedAuthViewfor inline embedding. - Fixed button animations and padding for
AppButton,CricleButton, andFrostLoadingButton. - Added feature flags and custom widget overrides (e.g.,
customLoginButton) toAuthScreento allow disabling or customizing specific authentication flows.
1.0.1 #
- Updated README with full documentation URL and complete example code.
1.0.0 #
- Initial release of the
frosted_ui_kitpackage. - Added standard UI components: Glass Cards, Action Buttons, Sliding Tabs, Bottom Sheets, Inputs, Dialogs, Loading Indicator, List Tiles, and Stepper.
- Included generic Authentication module UI screens.