whelp_flutter_sdk 0.3.1 whelp_flutter_sdk: ^0.3.1 copied to clipboard
Whelp Live Chat SDK for Flutter targeting Android and iOS platforms
0.3.1 #
- Added
WhelpConfig#disableEmojiPicker
property to disable emoji picker in the chat interface for a better UX. By default, it is set totrue
.
0.3.0 #
- Fixed some keyboard issues for better UX.
WhelpView
replaced withWhelpScaffold
. You can supply your ownAppBar
directly.
0.2.2 #
- Open external links using in-app
SafariViewController
oniOS
andChromeCustomTabs
onAndroid
.
0.2.1 #
- Added
email
property toWhelpUser
- Added
IdentityIdentifier
toWhelpUser
:IdentityIdentifier.email
,IdentityIdentifier.phoneNumber
- Added license
0.2.0 #
- Migrate to
flutter_inappwebview
plugin. - Add examples for media permissions for
iOS
andAndroid
.
0.1.2 #
- Breaking change:
deviceToken
is replaced withdeviceId
inWhelpConfig
.
0.1.1 #
- Fix
Android
launch issue. - Add
loadingBuilder(context)
property toWhelpView
. - Update example app.
0.1.0 #
Initial release of the Whelp Flutter SDK.