You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i found some errors in Flutter_datetime_picker-1.5.1, but it seems everything works ??
../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,
How do I deal with it?
The text was updated successfully, but these errors were encountered:
good evening
i found some errors in Flutter_datetime_picker-1.5.1, but it seems everything works ??
../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: theme.backgroundColor ?? Colors.white,
How do I deal with it?
The text was updated successfully, but these errors were encountered: