Skip to content

Latest commit

 

History

History
144 lines (81 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

144 lines (81 loc) · 2.78 KB

[1.6.0] - 20/01/2024

For Message Bar

  • Customizable text style for message bar text

For BubbleNormal Widget

  • Added optional [leading] widget for non senders
  • Added optional [trailing] widget for sender
  • Added [margin] and [padding] properties
  • Added tap callbacks such as [onTap], [onDoubleTap] and [onLongPress].
  • Changes the texts to selectable texts

For BubbleNormalImage Widget

BubbleNormalImage Widget-

  • Added optional [leading] widget for non senders
  • Added optional [trailing] widget for sender
  • Added [margin] and [padding] parameters
  • Added Tap Callbacks such as [onTap] and [onLongPress].

For DateChip Widget

  • Fixes [DateChip] taking full width

Other

  • Updated the environment to allow support for latest dart sdks
  • Updated the documentation within code to be easier to read

[1.5.0] - 11/08/2023

  • Customizable constrains for bubbles
  • Customizable message bar hint text
  • Customizable message bar hint style
  • Update the example

[1.4.1] - 26/01/2023

  • Support up-to-date dependencies

[1.4.0] - 29/12/2022

  • Add BubbleNormalImage image chat bubble widget

[1.3.1] - 16/08/2022

  • Support up-to-date dependencies

[1.3.0] - 03/07/2022

  • Add MessageBar widget

[1.2.0] - 04/02/2022

  • Add iMessage's chat bubble shape bubble widget (BubbleSpecialThree).

[1.1.0] - 27/06/2021

  • Audio chat bubble widget(BubbleNormalAudio) for the bubble normal widget set.

[1.0.0+3] - 16/05/2021

  • Update README main example code.

[1.0.0+2] - 15/05/2021

  • dartfmt formatting.

[1.0.0+1] - 15/05/2021

  • dartfmt formatting.

[1.0.0] - 15/05/2021

  • Add DateChip widget

[0.8.1] - 26/04/2021

  • set priority for message status tick (seen > delivered > sent)

[0.8.0+1] - 22/03/2021

  • Update README.md example.

[0.8.0] - 15/03/2021

  • Add the option to customize the chat bubble text styles by changing textStyle parameter

[0.7.9+3] - 10/03/2021

  • null-safety.

[0.7.8+2] - 21/10/2020

  • dartfmt formatting.

[0.7.8+1] - 20/07/2020

  • Update README.md example.

[0.7.8] - 20/07/2020

  • Add message states(sent, delivered, seen) flag for BubbleSpecialOne and BubbleSpecialTwo.
  • Update the example.

[0.7.5+1] - 18/07/2020

  • Add some dartdoc comments.

[0.7.5] - 21/06/2020

  • Add message states(sent, delivered, seen) flag for BubbleNormal.
  • Update the example.

[0.7.1+6] - 17/05/2020

  • Update the example.

[0.7.1+5] - 10/05/2020

  • Update README.md file.

[0.7.1+4] - 10/05/2020

  • Update package description.

[0.7.1+3] - 09/05/2020

  • Update package description.

[0.7.1+2] - 09/05/2020

  • Update package description.

[0.7.1+1] - 09/05/2020

  • Update package description.

[0.7.1] - 09/05/2020

  • Update package description.

[0.7.0] - 09/05/2020

  • First release with an example.