hnvn / flutter_image_cropper

A Flutter plugin for Android and iOS supports cropping images
1k stars 392 forks source link

The getter 'WidgetStateColor' isn't defined for the class '_CropperActionBarState' #509

Open gorjix opened 4 months ago

gorjix commented 4 months ago

/C:/Users/Ali/AppData/Local/Pub/Cache/hosted/pub.dev/image_cropper_for_web-5.1.0/lib/src/cropper_actionbar.dart:34:21: Error: The getter 'WidgetStateColor' isn't defined for the class '_CropperActionBarState'.

This bug is for web platforms.

horaltirane commented 4 months ago

idem

Shadowstep33 commented 4 months ago

@gorjix you get this fixed?

ndrsrc commented 3 months ago

Same issue

ailtondvieira commented 2 months ago

Temporary workaround, click on the link in the path where you are complaining about the WidgetStateColor and change the class to MaterialStateProperty.

This is because the latest versions of the package image_cropper require your Flutter to be more up to date.