Skip to content

v3.3.0

Choose a tag to compare

@chyiiiiiiiiiiii chyiiiiiiiiiiii released this 19 Jun 08:11
· 2 commits to master since this release

New Features

  • Locale: Add setLocale(locale) to override the Zendesk messaging UI language at runtime (#97).
    • Android: Locale.setDefault() + application/activity resource configuration; runtime switch supported.
    • iOS: sets the AppleLanguages user default; set it before initialize(), and re-initialize to change it afterward.

Build

  • Android: Migrate to Flutter's built-in Kotlin so the plugin builds with Android Gradle Plugin (AGP) 9+ (#104). The Kotlin Gradle Plugin is now applied only on AGP < 9, and the deprecated kotlinOptions block is replaced by the kotlin.compilerOptions DSL. Apps on AGP < 9 are unaffected.