Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

card_settings_3.5.0 #185

Open
ysimonx opened this issue Jun 14, 2024 · 1 comment
Open

card_settings_3.5.0 #185

ysimonx opened this issue Jun 14, 2024 · 1 comment

Comments

@ysimonx
Copy link

ysimonx commented Jun 14, 2024

../../.pub-cache/hosted/pub.dev/card_settings-3.5.0/lib/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,
                                      ^
../../.pub-cache/hosted/pub.dev/card_settings-3.5.0/lib/widgets/picker_fields/card_settings_radio_picker.dart:38:39: Error: The argument type 'Object?' can't be assigned to the parameter type 'T?'.
 - 'Object' is from 'dart:core'.
            initialValue: initialItem ?? null,
                                      ^
../../.pub-cache/hosted/pub.dev/card_settings-3.5.0/lib/widgets/picker_fields/card_settings_selection_picker.dart:39:39: Error: The argument type 'Object?' can't be assigned to the parameter type 'T?'.
 - 'Object' is from 'dart:core'.
            initialValue: initialItem ?? null,
                                      ^
@sashko
Copy link
Contributor

sashko commented Aug 14, 2024

#183 should've fixed it.

aaronjudd added a commit to aaronjudd/card_settings that referenced this issue Aug 15, 2024
- bump version to 3.5.2
- Not just breaking outdated packages, lets update them all.
- add comment to help future debuggers

codegrue#185 Fixed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants