zendesk 2.0.0 copy "zendesk: ^2.0.0" to clipboard
zendesk: ^2.0.0 copied to clipboard

Flutter interface for Zendesk Mobile SDK

zendesk #

Flutter interface for Zendesk Mobile SDK.

Android Integration #

You must set a compatible theme theme in the AndroidManifest.xml file's <application> tag. The details are outlined on the zendesk forums.

The Android example of this shows the same details.

For Developers #

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.dart \
  --dart_out lib/src/pigeon.dart \
  --objc_header_out ios/Classes/zendesk.pigeon.h \
  --objc_source_out ios/Classes/zendesk.pigeon.m \
  --java_out ./android/src/main/java/com/codeheadlabs/zendesk/ZendeskPigeon.java \
  --java_package "com.codeheadlabs.zendesk.pigeon"
18
likes
30
pub points
54%
popularity

Publisher

unverified uploader

Flutter interface for Zendesk Mobile SDK

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on zendesk