Kommunicate-io / Kommunicate-Flutter-Plugin

A flutter plugin for Kommunicate customer support live chat.
BSD 3-Clause "New" or "Revised" License
16 stars 23 forks source link

[CM-765] - Update Flutter plugin to v2 embedding - Android #53

Closed amntoppo closed 2 years ago

amntoppo commented 2 years ago

What do you want to achieve?

Android Flutter uses a deprecated version of the Android embedding

  • This has been resolved using new version of Android embedding.
  • It has backward compatibility so old customers will still be able to use this version.
  • Created a new Java class KmMethodHandler to handle all the commands
  • registerWith method is for old version, override methods is for new version - both calling the setupChannel() method to setup the method calls.

PR Checklist