The argument type 'BorderRadius?' can't be assigned to the parameter type 'BorderRadiusGeometry' because 'BorderRadius?' is nullable and 'BorderRadiusGeometry' isn't. #511
Labels
i: not following issue template
This issue is not following issue template or not fill the correct content with the template.
/C:/Users/17718/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/extended_image-8.0.2/lib/src/extended_image.dart:976:36: Error: The argument type 'BorderRadius?' can't be assigned to the parameter type 'BorderRadiusGeometry' because 'BorderRadius?' is nullable and 'BorderRadiusGeometry' isn't.
borderRadius: widget.borderRadius,
^
/C:/Users/17718/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/extended_image-8.0.2/lib/src/image/painting.dart:202:13: Error: 'ImageTilingInfo' isn't a type.
final ImageTilingInfo info =
^^^^^^^^^^^^^^^
/C:/Users/17718/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/extended_image-8.0.2/lib/src/image/painting.dart:203:11: Error: Method not found: 'createTilingInfo'.
createTilingInfo(repeat, rect, destinationRect, sourceRect);
^^^^^^^^^^^^^^^^
Target kernel_snapshot failed: Exception
The text was updated successfully, but these errors were encountered: