card_settings icon indicating copy to clipboard operation
card_settings copied to clipboard

Fail to run version 3.5 Flutter 3.19.1 (The argument type 'Object?')

Open rubgithub opened this issue 1 year ago • 0 comments

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

rubgithub avatar Feb 27 '24 15:02 rubgithub