ymchat_flutter
Flutter plugin to integrate with yellow.ai chatbot
3.2.0
9.7K downloads/mo
#2990 most downloaded on pub.dev
source
What this package is like to depend on
Last release 18 days ago
06 Aug 2026
Ships unpredictably
gaps range from 1 weeks to 12 months
Nearly every release is documented
notes for 54 of 56 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
58 releases · first in 2021
5 releases in the last 12 months
see the full history below
Release timeline
58 releases · Sep 2021 to Aug 2026Releases
latest 58-
3.2.006 Aug 2026Release notes
Open source →- Upgraded native SDKs to pick up automatic screen-awake handling during Voice Mode — Android YMChatbot-Android v3.4.0, iOS YMChat 2.3.0. The screen now stays on for the duration of an active voice conversation and returns to normal on call end; entirely internal to the native SDKs, no Dart API changes.
-
3.1.223 Jul 2026Release notes
Open source →- Security fix: upgraded native Android SDK to YMChatbot-Android v3.3.2, closing a residual WebView popup (
window.open()) URL-scheme gap left over from the v3.3.1 fix. No Dart API changes.
- Security fix: upgraded native Android SDK to YMChatbot-Android v3.3.2, closing a residual WebView popup (
-
3.1.123 Jul 2026Release notes
Open source →- Security fix: upgraded native SDKs to pick up a WebView URL-handling fix — Android YMChatbot-Android v3.3.1, iOS YMChat 2.2.1. No Dart API changes.
-
3.1.002 Jul 2026Release notes
Open source →- added
stopVoiceModemethod to programmatically stop the bot's voice mode.
- added
-
3.0.002 Jul 2026Release notes
Open source →- Added support for chatbot Version 3 (V3 widget). Upgraded native SDKs: Android YMChatbot-Android v3.3.0, iOS YMChat 2.2.0. Call
setVersion(3)beforestartChatbot()to use it.
- Added support for chatbot Version 3 (V3 widget). Upgraded native SDKs: Android YMChatbot-Android v3.3.0, iOS YMChat 2.2.0. Call
-
2.22.027 Jun 2025Release notes
Open source →- package updated to support Android target API level 35 for compatibility with latest Android versions.
-
2.21.121 May 2025Release notes
Open source →- package updated for an andriod bug fix. Earlier chatbot UI was overlapping the system bars due to edge to edge layout implementation when target SDK is set to 35 or higher, and is running Android 15 or higher device.
-
2.21.016 Apr 2025Release notes
Open source →- added
YMBotLoadFailedEventevent channel to let user know that bot load failed due to certain technical issue.
- added
-
2.20.111 Apr 2025 -
2.20.010 Apr 2025Nothing published for this version
-
2.19.003 Apr 2025Release notes
Open source →- Added an option that prevents links from opening in the browser. Use
setOpenLinkExternallyto prevent opening url in new window, and listen tourl-clickedevent inYMChatEventto get the url of the link clicked.
- Added an option that prevents links from opening in the browser. Use
-
2.18.318 Mar 2025Release notes
Open source →- package updated for an andriod bug fix. There was a memory leak mainly because botCloseEventListener wasn't de-initialized earlier and was retaining references to the fragment
-
2.18.219 Feb 2025Release notes
Open source →- package updated for an andriod bug fix. Device location status is now checked before invoking GeolocationPermissions callback when the location permission is granted by the user
-
2.18.124 Jan 2025 -
2.18.015 Jan 2025Release notes
Open source →- package updated to remove storage permissions in Android to comply with Google Play's new Policy
-
2.18.0-1.beta14 Jan 2025 pre-releaseNothing published for this version
-
2.17.025 Oct 2024 -
2.16.030 Sep 2024 -
2.15.018 Sep 2024 -
2.14.012 Sep 2024 -
2.14.0-dev.126 Jun 2024 pre-releaseNothing published for this version
-
2.13.015 May 2024Release notes
Open source →- added
setThemeBotBubbleBackgroundColormethod to make change for background color for bot bubble
- added
-
2.11.110 Jan 2024Release notes
Open source →- The function
startChatbot()returns a success signal upon completing its execution successfully
- The function
-
2.11.003 Jan 2024 -
2.10.103 Jan 2024Release notes
Open source →- Exposed
themeoption in ymConfig to control bot name, bot description and some other properties in bot
- Exposed
-
2.10.021 Dec 2023Release notes
Open source →- Exposed
themeoption in ymConfig to control bot name, bot description and some other properties in bot
- Exposed
-
2.9.027 Sep 2023Release notes
Open source →- Exposing a controlled api (sendEventToBot(model)) for sending event to bot
-
2.8.019 Sep 2023 -
2.7.118 Jul 2023 -
2.7.012 Jul 2023 -
2.6.213 Jun 2023 -
2.6.109 Jun 2023 -
2.6.006 Jun 2023 -
2.5.026 May 2023Release notes
Open source →- Floating Mic Button added
- Exposed
setMicIconColor&setMicBackgroundColorfor mic properties
-
2.4.026 May 2023 -
2.3.510 Jan 2023 -
2.3.406 Jan 2023 -
2.3.313 Dec 2022 -
2.3.209 Dec 2022 -
2.3.108 Dec 2022 -
2.3.030 Nov 2022Release notes
Open source →- Changed iOS payload nested structure to keep in sync with android (can be accessed in bot by app.profile instead of app.profile.profile)
-
2.2.324 Nov 2022 -
2.2.223 Nov 2022 -
2.2.116 Nov 2022Release notes
Open source →- Fixed missing declarations for
getUnreadMessagesCountandregisterDeviceAPI
- Fixed missing declarations for
-
2.2.005 Oct 2022Release notes
Open source →- Added
getUnreadMessagesCountapi to get unread messages count when bot is closed - Added
registerDeviceapi to register device for push notification without launching the bot
- Added
-
2.1.204 Oct 2022 -
2.1.117 Aug 2022Release notes
Open source →- Fixed event sink null pointer issues
- Added setDisableActionsOnLoad flag, when set to true Input bar will not be shown while bot is loading
-
2.1.013 Jul 2022Release notes
Open source →-
Fixed Unlink Device Token issue
-
Fixed location permission issue for android
-
Removed internal SDK permissions for android (all permission should be added in host app manifest file)## 2.0.0
-
Fixed corrupted ymAuthenticationToken
-
-
2.0.009 Mar 2022Nothing published for this version
-
1.5.016 Feb 2022Release notes
Open source →- Renamed setStatusBarColour, setCloseButtonColour API to setStatusBarColor, setCloseButtonColor respectively
-
1.4.010 Feb 2022Release notes
Open source →- Added setStatusBarColour, setCloseButtonColour API's (for setting colour to status bar and close button colours respectively)
-
1.3.131 Jan 2022 -
1.3.027 Dec 2021Release notes
Open source →- Added setCustomLoaderURL API (for setting custom loading image for chatbot)
-
1.2.109 Dec 2021 -
1.2.020 Oct 2021 -
1.1.130 Sep 2021 -
1.1.027 Sep 2021 -
1.0.023 Sep 2021