Closed alihassan143 closed 1 month ago
Is this just iOS or both iOS and Android ?? @alihassan143
just move android and ios side code into different packages and using platform interface we can interconnect the both packages and ship as one with this developer can only use mlkit_android for android and mlkit ios for ios and one developer want to use mlkit than he can use that which contain both plugins
duplicate here
kindly don't close it feature related request
we need to change the structure of the plugin system just to make them more compatible that if developer don't want to use one platform side things he can do that
just like that
we can connect them using this
Describe your issue. If applicable, add screenshots to help explain your problem.
Currently, the latest version of Firebase is causing compatibility issues with Google ML Kit because both use different versions of the Google Data Transport library. To resolve this:
This approach avoids version conflicts and simplifies future development, as you don’t need to do anything else for platform-specific dependencies.
Steps to reproduce.
flutter
What is the expected result?
new version
Did you try our example app?
Yes
Is it reproducible in the example app?
Yes
Reproducible in which OS?
iOS and Android
Flutter/Dart Version?
latest
Plugin Version?
latest