Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding the default bubbled message to the bubbleBuilder #552

Closed
asoap opened this issue Jan 30, 2024 · 1 comment
Closed

Adding the default bubbled message to the bubbleBuilder #552

asoap opened this issue Jan 30, 2024 · 1 comment
Labels
feature New feature or request

Comments

@asoap
Copy link
Contributor

asoap commented Jan 30, 2024

I've made some changes. I'm about to fork and make some changes to the bubble builder. This will allow people to add their own bubble builder which can then show the default messages. Or more importantly wrap the message with whatever widgets they want.

Just a small snippet but the bubble builder now has a defaultBubbleMessage argument.

  final Widget Function(
    Widget child, {
    required types.Message message,
    required bool nextMessageInGroup,
    required Widget defaultBubbleMessage,
  })? bubbleBuilder;

Incoming fork / pull request.

@asoap asoap added the feature New feature or request label Jan 30, 2024
@asoap
Copy link
Contributor Author

asoap commented Jan 30, 2024

And pull request has been made:

#553

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants