Extracting packages for Android in Flutter

47 Views Asked by At

I am using the advertising_id package in my flutter project. This package helps me generate a unique ID on the Android side, but it prompts me to ask for a different permission on the iOS side. Can I add this package only for Android without affecting the iOS side?

I did not try to separate it for android in the pubspeck.yaml file, I did not try to separate it in the gradle part.

0

There are 0 best solutions below