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
910 stars 199 forks source link

Glide package error #426

Open joaquingrech opened 6 months ago

joaquingrech commented 6 months ago

In the doc a link is provided that if we find an error with Glide, we should do "that".

The error is this: W/Glide (10496): Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored

Then when you go to the web page provided in the documentation, you find a bunch of solutions for java and other things, but nothing explaining how to fix this on a Flutter project.

Anyone knows how to fix this? It would be helpful for the documentation.