flutter_datetime_picker
flutter_datetime_picker copied to clipboard
null-aware warning while building the app
../../../Applications/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,
same here
+1 with same error
same error
same here
#244 #241 #239 #238
sad!
Same here
Same.. any development on this issue?