mjn_liquid_ui 0.2.1
mjn_liquid_ui: ^0.2.1 copied to clipboard
Native-inspired Liquid Glass UI components for Flutter, focused on iOS SwiftUI and UIKit.
0.2.1 #
- Fixed the iOS podspec version so CocoaPods reports the published package
version during
pod install.
0.2.0 #
- Added optional notification badges for
AppleLiquidTabItem, including numberless dots and text values. - Added configurable notification badge colors to the native iOS tab bar.
- Updated the example iOS project so simulator builds target iOS simulators.
0.1.9 #
- Fixed an iOS search-tab navigation container that could trigger native tab bar layout constraint warnings.
0.1.8 #
- Reworked the native iOS switch to use
UISwitchdirectly instead of a SwiftUI hosting controller.
0.1.7 #
- Changed
AppleLiquidSymbolto render native SF Symbols as Flutter images instead of platform views. - Fixed small-symbol compositing artifacts in lists, cards, and page transitions.
0.1.6 #
- Added
AppleLiquidSymbolfor rendering SF Symbols outside the tab bar on iOS.
0.1.5 #
- Added Dart API documentation for exported widgets and configuration objects.
0.1.4 #
- Fixed iOS hot restart handling for native liquid UI platform views.
- Added stable native SwiftUI hosting cleanup for embedded controls.
0.1.3 #
- Fixed the installation snippet for the latest published package version.
0.1.2 #
- Added
selectedTintColorsupport forAppleLiquidTabBar.
0.1.1 #
- Fixed pub.dev screenshot rendering in the README.
- Removed pre-publish screenshot placeholder text.
0.1.0 #
- Initial public release.
- Added iOS-focused liquid glass UI components.
- Added liquid tab bar.
- Added search tab / search segment support through native SwiftUI
TabRole.search. - Added liquid switch.
- Added liquid slider with optional stepped values.
- Added liquid glass surfaces.
- Added example app.
- Added BSD 3-Clause License.