flutter_chatview icon indicating copy to clipboard operation
flutter_chatview copied to clipboard

fix: 🐛 added profile picture support with base 64 string data #142

Open apurva010 opened this issue 3 months ago • 0 comments

Description

  • Added one field, 'profilePhotoBase64Data', to provide a profile picture in base64 string data.

Checklist

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

Breaking Change?

  • [ ] Yes, this PR is a breaking change.
  • [x] No, this PR is not a breaking change.

Related Issues

Closes #142

apurva010 avatar May 17 '24 10:05 apurva010