whelp_flutter_sdk 0.6.2
whelp_flutter_sdk: ^0.6.2 copied to clipboard
Whelp Live Chat SDK for Flutter targeting Android and iOS platforms
0.6.2 #
- Upgraded
flutter_inappwebviewto6.0.0 - Updated documentation
0.6.1 #
- Removed the delay workaround before checking permissions which is now fixed on the JS side.
0.6.0 #
- Added built-in support for camera permission handling.
0.5.2 #
- Fixed issue where the live chat was not showing up on on-premise installations.
0.5.1 #
- Add on-premise support:
WhelpConfig.onPremise()
0.5.0 #
- Fix camera not showing up as a media source on
Android. - (Yet again) Update README and add documentation for native iOS applications.
0.4.3 #
- (Yet again) Update README and add documentation for native iOS applications.
0.4.2 #
- Update README and add documentation for native iOS applications.
0.4.1 #
- Added an interactive example app using which you can play around with the SDK/Live Chat.
- Fix:
AppBarnot visible onAndroid. - Fix: background color until web view is loaded.
0.4.0 #
- Fix: Media picker not working on
Android. - KIND OF BREAKING CHANGE: The SDK no longer handles external links: if you want to open some external links on browser, you need to handle it yourself. Use
WhelpScaffold#onUrlClickproperty which takes aFunction(String)as a parameter. This is done to give you more control over the external links and give you the ability to do deep linking. - Want to disable sounds? Use
WhelpConfig#disableSoundsproperty. By default, oniOS, sounds are disabled and onAndroid, sounds are enabled. This is because oniOSthe sound gets stuck on the media player which is not a good UX. - Want to change the title of the chat screen? Use
WhelpConfig#headerTitleproperty. By default, it is set toBizdən nəsə soruşun və ya fikrinizi bölüşün.
0.3.1 #
- Added
WhelpConfig#disableEmojiPickerproperty 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.
WhelpViewreplaced withWhelpScaffold. You can supply your ownAppBardirectly.
0.2.2 #
- Open external links using in-app
SafariViewControlleroniOSandChromeCustomTabsonAndroid.
0.2.1 #
- Added
emailproperty toWhelpUser - Added
IdentityIdentifiertoWhelpUser:IdentityIdentifier.email,IdentityIdentifier.phoneNumber - Added license
0.2.0 #
- Migrate to
flutter_inappwebviewplugin. - Add examples for media permissions for
iOSandAndroid.
0.1.2 #
- Breaking change:
deviceTokenis replaced withdeviceIdinWhelpConfig.
0.1.1 #
- Fix
Androidlaunch issue. - Add
loadingBuilder(context)property toWhelpView. - Update example app.
0.1.0 #
Initial release of the Whelp Flutter SDK.