frosted_ui_kit 1.0.2
frosted_ui_kit: ^1.0.2 copied to clipboard
A modern Flutter UI Kit combining Apple's Liquid Glass aesthetics with Telegram's Android dynamic UI. Features blur cards, sliding segmented tabs, glass buttons, custom inputs, and dynamic bottom sheets.
1.0.2 #
- Added GIF demo to the pub.dev 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.