- Answer SDK providers
-
Plugin wrapped:
Zendesk
,ZendeskChat
andZendeskAnswer
(see README.md) -
Wrapped 3 new streams:
Connection Status
,Chat Settings
andisOnline
status -
Optimised
null-safety
onProviderModel
object -
Moved SDK initialization to general Zendesk class (see README.md)
-
Removed unused SDKs and unused code
-
Removed deprecated functions:
-
Native Chat
-
Rating
-
- Bugfix for when no matching agents found (@nimisis)
- [Not-breaking][Android] fixed setVisitorInfo on MethodChannel where Name, Email and Phone were conflicting with duplicate setup usage.
- Code cleanup and fixed ./example to nullsafety
-
Support for push notifications
-
Pull request from https://github.com/diegogarciar
-
Fix README.md
F* ixed FirebaseService Example
-
[Breaking change] replaced
Timer.periodic
byinvokeMethod
-
Optimisation made by https://github.com/kiplelive-zariman
- Fixes bug on iOS opening (deprecated) native chat only once
- Fixes breaking kotlin file on Android
-
Migrated to NNBD
-
Min Dart 2.10
-
Min Flutter version 1.20+
- Fixed Android bug, removed
endChat()
ondispose()
- Fixed Android setVisitorInfo not working, and added iOS logging
- Added logs for all events happening on plugin if Logger enabled
-
Hotfix
-
mistype mimeType in ProviderModel
-
You must call supported types after providers finished initializing
- Added plugin docs.
- Added providers for custom UI development, see example
- Updated readme.me
- fixed iOS native code department glitch, was not setting nil on empty field, so SDK didn't work properly
- iOS integration finished, Chat SDK v2 for Android and iOS
- Android working
- Initial release