hnvn / flutter_image_cropper

A Flutter plugin for Android and iOS supports cropping images
971 stars 374 forks source link

App Crashing on latest Flutter/ image cropper version #429

Closed MatyasK closed 12 months ago

MatyasK commented 12 months ago

When I try to run the app and call image cropper, the app crashes:

E/AndroidRuntime( 8926): java.lang.RuntimeException: Unable to start activity ComponentInfo{eu.dev/com.yalantis.ucrop.UCropActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.

This didn't happen on previous versions.