Skip to content

Releases: SimformSolutionsPvtLtd/flutter_chatview

2.4.0

22 Dec 16:55
Compare
Choose a tag to compare

What's Changed

  • fix: ⬆️ Upgrade version of audio wave forms 1.2.0 by @vatsaltanna in #282
  • 🐛 add error message for link preview parse error #276 by @apurva010 in #277
  • chore: 🔨 remove issue_activity_workflow.yaml by @vatsaltanna in #283
  • 🔨 add set finish mode method of audio waveform and set it to pause by @apurva780 in #295
  • 🐛 fix date and time divider in between messages (today, yesterday) by @apurva010 in #287
  • feat: ✨ add ability to disable link preview by @vatsaltanna in #285
  • ✨ issue #251 add support of suggestion item type (Scrollable/Newline) by @apurva010 in #284
  • fix: 🐛 chatTextFieldViewKey key gets re-initialized every widget … by @vatsaltanna in #297
  • refactor: 🔨 dart format and timgeago package update by @vatsaltanna in #298
  • chore: 🔖 Version Bump 2.4.0 by @vatsaltanna in #299
  • chore: 🔖 version range update audio waveforms ^1.2.0 by @vatsaltanna in #300

New Contributors

Full Changelog: 2.3.0...2.4.0

2.3.0

01 Nov 16:53
6c5cc2a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.3.0

v2.2.0

30 Aug 14:07
7c3b396
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.2.0

v2.1.1

13 Aug 07:29
c9ad0d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

v2.1.0

06 Aug 07:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.1.0

v2.0.0

26 Jun 10:55
2f530e0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.1...2.0.0

v1.3.1

22 Aug 12:59
31eedc2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.0...1.3.1

v1.3.0

11 Jul 11:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.1...1.3.0

v1.2.1

06 Mar 12:57
Compare
Choose a tag to compare
  • Fix: #60 Fix image from file is not loaded.

  • Fix: #61 Fix issue of audio message is not working.

  • Feat: #65 Add callback when user react on message.

v1.2.0+1

21 Feb 10:00
Compare
Choose a tag to compare
  • Feat: #42 Ability to get callback on tap of profile circle avatar.
  • Breaking: Add messageType in onSendTap callback for encountering messages.
  • Breaking: Remove onRecordingComplete and you can get Recorded audio in onSendTap callback with messageType.
  • Breaking: Remove onImageSelected from ImagePickerIconsConfiguration and can get selected image in onSendTap callback with messageType.
  • Feat: #49 Add onUrlDetect callback for opening urls.
  • Feat: #51 Ability to get callback on long press of profile circle avatar.