lschmierer / android_play_install_referrer

A Flutter plugin for the Android Play Install Referrer API.
BSD 2-Clause "Simplified" License
21 stars 21 forks source link

Reply to Flutter on correct Thread #18

Closed lschmierer closed 2 years ago

lschmierer commented 2 years ago

InstallReferrerStateListener will probably get called on another thread.

We have to jump to the UI thread.

lschmierer commented 2 years ago

Apparently The result of the platform side handlers can be invoked asynchronously and on any thread.

https://docs.flutter.dev/development/platform-integration/platform-channels#channels-and-platform-threading