You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should update image package in pubsepc.yaml. because it is an error like this:
../../../../../.pub-cache/hosted/pub.dev/crop_your_image-0.7.3/lib/src/crop.dart:730:27: Error: The getter 'data' isn't defined for the class 'ExifData'. - 'ExifData' is from 'package:image/src/exif/exif_data.dart' ('../../../../../.pub-cache/hosted/pub.dev/image-3.3.0/lib/src/exif/exif_data.dart').Try correcting the name to the name of an existing getter, or defining a getter or field named 'data'. switch (tempImage?.exif.data[0x0112] ?? -1) {
The text was updated successfully, but these errors were encountered:
You should update image package in
pubsepc.yaml
. because it is an error like this:The text was updated successfully, but these errors were encountered: