howljs / hl_image_picker

Simplify media selection, cropping, and camera functionality in your Flutter app. Choose images/videos from the library, crop images, and capture new photos/videos with ease.
https://pub.dev/packages/hl_image_picker
24 stars 14 forks source link

Android build failure #11

Closed p-shapovalov closed 11 months ago

p-shapovalov commented 11 months ago

Hi, I've got build error trying to run latest version on android

CustomLoadingDialog.kt: (10, 96): Unresolved reference: style
CustomLoadingDialog.kt: (27, 40): Unresolved reference: style
GlideEngine.kt: (41, 41): Unresolved reference: ps_image_placeholder
GlideEngine.kt: (53, 41): Unresolved reference: ps_image_placeholder

I can just remove the referenced lines and create pull request, but you might want to add missing resources

howljs commented 11 months ago

@p-shapovalov I fixed it in the new version