stream_core_flutter 0.2.0 copy "stream_core_flutter: ^0.2.0" to clipboard
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/StreamInputThemeData to StreamTextInputTheme/StreamTextInputThemeData with a redesigned API
  • Renamed StreamTheme.inputTheme to StreamTheme.textInputTheme
  • Removed alignment and offset from StreamOnlineIndicatorThemeData (these are layout concerns, not theme)

✨ Features #

  • Added child, alignment, and offset parameters to StreamBadgeNotification for badge-over-child positioning
  • Added child, alignment, and offset parameters to StreamBadgeCount for badge-over-child positioning
  • Added StreamSwitch component with platform-aware styling and style prop
  • Added StreamTextInput component with configurable helper text, icons, and validation states
  • Added StreamStepper component for numeric value adjustment with customizable bounds and style prop
  • Extended StreamButtonThemeStyle with sizing, alignment, padding, and shape options
  • Expanded StreamListTile with contentPadding and 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.