Flutter interface for Zendesk Mobile SDK.
You must set a compatible theme theme in the AndroidManifest.xml file's tag. The details are outlined on the zendesk documentation .
The Android example of this shows the same details.
The plugin is using Pigeon to generate all the interfaces needed. To modify the interfaces, edit zendesk.dart in the pigeons folder and run:
flutter pub run pigeon --input pigeons/zendesk_flutter.dart
at root path to refresh all pigeon generated scripts.