decodedhealth / flutter_zoom_plugin

Flutter plugin for zoom
Apache License 2.0
125 stars 83 forks source link

Not Working with build gradle 4.+ #65

Open devianl2 opened 3 years ago

devianl2 commented 3 years ago

This plugin is working on gradle 3.x version but not 4.x

This is the error I received from build gradle 4.0.0:

Execution failed for task ':flutter_zoom_plugin:bundleDebugAar'.

Direct local .aar file dependencies are not supported when building an AAR. The resulting AAR would be broken because the classes and Android resources from any local .aar file dependencies would not be packaged in the resulting AAR. Previous versions of the Android Gradle Plugin produce broken AARs in this case too (despite not throwing this error). The following direct local .aar file dependencies of the :flutter_zoom_plugin project caused this error

hashirventhodi commented 2 years ago

any solution?

mohammedsalem97 commented 2 years ago

I'm facing the same issue too