Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The argument type 'BorderRadius?' can't be assigned to the parameter type 'BorderRadiusGeometry' because 'BorderRadius?' is nullable and 'BorderRadiusGeometry' isn't. #511

Closed
1771893348 opened this issue Nov 22, 2023 · 0 comments
Labels
i: not following issue template This issue is not following issue template or not fill the correct content with the template.

Comments

@1771893348
Copy link

/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' is from 'package:flutter/src/painting/border_radius.dart' ('/D:/fvm/versions/3.13.9/packages/flutter/lib/src/painting/border_radius.dart').
  • 'BorderRadiusGeometry' is from 'package:flutter/src/painting/border_radius.dart' ('/D:/fvm/versions/3.13.9/packages/flutter/lib/src/painting/border_radius.dart').
    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
@1771893348 1771893348 added the await investigate The issue is waiting for further investigation. label Nov 22, 2023
@AlexV525 AlexV525 added i: not following issue template This issue is not following issue template or not fill the correct content with the template. and removed await investigate The issue is waiting for further investigation. labels Nov 22, 2023
@AlexV525 AlexV525 closed this as not planned Won't fix, can't repro, duplicate, stale Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
i: not following issue template This issue is not following issue template or not fill the correct content with the template.
Projects
None yet
Development

No branches or pull requests

2 participants