flutter_datetime_picker icon indicating copy to clipboard operation
flutter_datetime_picker copied to clipboard

空安全里面有警告,代码写的不严谨

Open hlovingness opened this issue 2 years ago • 1 comments

Pub/Cache/hosted/pub.flutter-io.cn/flutter_datetime_picker-1.5.1/lib/flutter_datetime_picker.dart:311:32: Warning: Operand of null-aware operation '??' has type 'Color' which excludes null.
 - 'Color' is from 'dart:ui'.
                  color: theme.backgroundColor ?? Colors.white,

hlovingness avatar Sep 28 '21 07:09 hlovingness

/C:/SDK/FlutterSDK/flutter_windows_2.10.0-stable/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_datetime_picker-1.5.1/lib/flutter_datetime_picker.dart:311:32: Warning: Operand of null-aware operation '??' has type 'Color' which excludes null.

  • 'Color' is from 'dart:ui'. color: theme.backgroundColor ?? Colors.white,

palorotolo avatar Mar 08 '22 07:03 palorotolo