stream_core_flutter 0.2.0
stream_core_flutter: ^0.2.0 copied to clipboard
Stream Design System for Flutter and cross-SDK utilities that depend on Flutter.
0.2.0 #
💥 Breaking Changes #
- Renamed
StreamInputTheme/StreamInputThemeDatatoStreamTextInputTheme/StreamTextInputThemeDatawith a redesigned API - Renamed
StreamTheme.inputThemetoStreamTheme.textInputTheme - Removed
alignmentandoffsetfromStreamOnlineIndicatorThemeData(these are layout concerns, not theme)
✨ Features #
- Added
child,alignment, andoffsetparameters toStreamBadgeNotificationfor badge-over-child positioning - Added
child,alignment, andoffsetparameters toStreamBadgeCountfor badge-over-child positioning - Added
StreamSwitchcomponent with platform-aware styling andstyleprop - Added
StreamTextInputcomponent with configurable helper text, icons, and validation states - Added
StreamSteppercomponent for numeric value adjustment with customizable bounds andstyleprop - Extended
StreamButtonThemeStylewith sizing, alignment, padding, and shape options - Expanded
StreamListTilewithcontentPaddingand text style customization
0.1.0 #
- First release of the Stream Core Flutter package.
- Main content of this package is the Stream Design System for Flutter, but also contains other cross-SDK utilities that depend on Flutter.