Framework • revision abb292a07e (7 days ago) • 2024-02-20 14:35:05 -0800
Engine • revision 04817c99c9
Tools • Dart 3.3.0 • DevTools 2.31.1
`widgets/picker_fields/card_settings_list_picker.dart:37:39: Error: The argument type 'Object?' can't be assigned to the parameter type 'T?'.
- 'Object' is from 'dart:core'.
initialValue: initialItem ?? null,`
fiexed in this PR: #183
Thanks @aloncatz