flutter_color_plugin icon indicating copy to clipboard operation
flutter_color_plugin copied to clipboard

../../../flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_color_plugin-1.0.0/lib/flutter_color_plugin.dart:35:35: Warning: Operand of null-aware operation '!' has type 'String' which excludes null. int? color = sColorNameMap[(colorString!.toLowerCase())]; ^

Open Amooop opened this issue 3 years ago • 3 comments

../../../flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_color_plugin-1.0.0/lib/flutter_color_plugin.dart:35:35: ../../../flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_color_plugin-1.0.0/lib/flutter_color_plugin.dart:35:35: Warning: Operand of null-aware operation '!' has type 'String' which excludes null. int? color = sColorNameMap[(colorString!.toLowerCase())]; ^ int? color = sColorNameMap[(colorString!.toLowerCase())]; ^

Amooop avatar Jun 23 '21 06:06 Amooop

是这个问题

zhiyongchenGREAT avatar Jul 17 '21 06:07 zhiyongchenGREAT

我也有这个问题

jasperyyds avatar Aug 25 '21 13:08 jasperyyds

如何解决

Brolly0204 avatar Oct 08 '21 15:10 Brolly0204