We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Anyone help, i have problem with adding dropdown_formfield
Error message "The current Dart SDK version is 3.1.2.
Because androidesp32cambtapp depends on dropdown_formfield any which doesn't support null safety, version solving failed.
The lower bound of "sdk: '>=2.1.0 <3.0.0'" must be 2.12.0 or higher to enable null safety. For details, see https://dart.dev/null-safety exit code 65"
I think the issue : that dropdown_formfield "sdk: '>=2.1.0 <3.0.0'". how can i get dropdown_formfield that is "sdk: '>=2.12.0 <3.1.2'"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Anyone help, i have problem with adding dropdown_formfield
Error message "The current Dart SDK version is 3.1.2.
Because androidesp32cambtapp depends on dropdown_formfield any which doesn't support null safety, version solving failed.
The lower bound of "sdk: '>=2.1.0 <3.0.0'" must be 2.12.0 or higher to enable null safety.
For details, see https://dart.dev/null-safety
exit code 65"
I think the issue : that dropdown_formfield "sdk: '>=2.1.0 <3.0.0'". how can i get dropdown_formfield that is "sdk: '>=2.12.0 <3.1.2'"
The text was updated successfully, but these errors were encountered: