WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Conversation

@lcsvcn
Copy link

@lcsvcn lcsvcn commented Nov 19, 2024

Description

Changes:

  1. Change typo on props: backGroundColor and inComingChatBubbleConfig
  2. Added centerTitle, so we can center both status and title.
  3. Added enableEnterToSubmit, so if we press enter on keyboard it will send the message instead of adding new line
  4. Some default values are now added to the props instantiation, to simplify code, such as elevation
  5. Changed TypeIndicatorConfiguration to TypingIndicatorConfiguration, as Typing indicate better the status of the indicator.
  6. inComingChatBubbleConfig to incomingChatBubble, since it receives a ChatBubble, not a ChatBubbleConfig and outcomingChatBubbleConfig to outcomingChatBubble, since it receives a ChatBubble, not a ChatBubbleConfig

Checklist

  • The title of my PR starts with a [Conventional Commit] prefix (fix:, feat:, docs: etc).
  • I have followed the [Contributor Guide] when preparing my PR.
  • I have updated/added tests for ALL new/updated/fixed functionality.
  • I have updated/added relevant documentation in docs and added dartdoc comments with ///.
  • I have updated/added relevant examples in examples or docs.

Breaking Change?

  • Yes, this PR is a breaking change.

  • No, this PR is not a breaking change.

  • backGroundColor is now: backgroundColor

  • TypeIndicatorConfiguration is now: TypingIndicatorConfiguration

  • inComingChatBubbleConfig is now: incomingChatBubble

  • outgoingChatBubbleConfig is now: outgoingChatBubble

Screenshot 2024-11-19 at 14 52 39

@lcsvcn lcsvcn changed the title feat: Added centerTitle and enableEnterToSubmit feat!: Added centerTitle and enableEnterToSubmit Nov 19, 2024
@lcsvcn lcsvcn changed the title feat!: Added centerTitle and enableEnterToSubmit feat: Added centerTitle and enableEnterToSubmit Nov 19, 2024
@lcsvcn lcsvcn changed the title feat: Added centerTitle and enableEnterToSubmit feat!: Added centerTitle and enableEnterToSubmit Nov 19, 2024
@lcsvcn lcsvcn changed the title feat!: Added centerTitle and enableEnterToSubmit feat!: Added centerTitle + enableEnterToSubmit + added some fixes to props names Nov 19, 2024
@lcsvcn lcsvcn changed the title feat!: Added centerTitle + enableEnterToSubmit + added some fixes to props names feat!: Added centerTitle + enableEnterToSubmit + some fixes to props names Nov 19, 2024
lcsvcn added 7 commits June 11, 2025 10:54
Changes:

1. Change typo on props:  `backGroundColor` to `backgroundColor`
2. Added `centerTitle`, so we can center both status and title.
3. Added `enableEnterToSubmit`, so if we press enter on keyboard it will send the message instead of adding new line
4. Some default values are now added to the props instantiation, to simplify code, such as `elevation`
* add shimmer

* added size height

* added scroll dispose

* center shimmer

* update shimmer

* added shimmerChild
@aditya-css
Copy link
Collaborator

Hey @lcsvcn,
Thanks for contributing. Can you please isolate one change per PR and create separate PRs? This will enable thorough review and ease of revert just in case.

@aditya-css aditya-css closed this Jun 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants