You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iOS: sets the AppleLanguages user default; set it beforeinitialize(), 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.