Apparence-io / CamerAwesome

📸 Embedding a camera experience within your own app shouldn't be that hard. A flutter plugin to integrate awesome Android / iOS camera experience.
https://ApparenceKit.dev
MIT License
911 stars 200 forks source link

Add compatibility with AGP 8 (Android Gradle Plugin) #326

Closed biklas7 closed 1 year ago

biklas7 commented 1 year ago

Android Flutter plugins should add namespace under android inside the build configuration for the app. Something like this.

Also check official android documentation here.

apalala-dev commented 1 year ago

Thank you for reporting the issue 👍 We pre-released the 2.0.0 version that includes the namespace declaration. You can find it here. If you find other similar problems, feel free to make a PR or report an issue!

biklas7 commented 1 year ago

Thank you for the amazing update to 2.0.0 👍