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
value: (_currentStrength ?? userData.strength).toDouble()
This code is giving an error because of userData.strength.
The text was updated successfully, but these errors were encountered:
go to user widget, in which go to userData class and replace final String strength with final int strength
Sorry, something went wrong.
thanks for pointing it out... wasted 2 hour of my life and found out that i did not declare the variable as int...
No branches or pull requests
value: (_currentStrength ?? userData.strength).toDouble()
This code is giving an error because of userData.strength.
The text was updated successfully, but these errors were encountered: