Skip to content

Release v1.10.0

Choose a tag to compare

@prahack prahack released this 31 May 15:13
· 10 commits to master since this release
c3756a1

New Features

  • MessageBarStyle — new class that consolidates MessageBar appearance and input config: enabledBorder, focusedBorder, keyboardType, textCapitalization, contentPadding, fillColor, minLines, maxLines (thanks @herrytco, #64)
  • MessageBar.sendButton — optional widget parameter to replace the default send icon with any custom widget (thanks @herrytco, #64)

Fixes

  • Exported MessageBarStyle from chat_bubbles.dart so it is reachable by package consumers