-
-
Notifications
You must be signed in to change notification settings - Fork 982
chore: Fix 3.35 analyze issues #3686
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
Conversation
@Deprecated( | ||
'Use translateByDouble or translateByVector2 instead. ' | ||
'This will be removed in a Flame 1.32.0.', | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will come in handy google/vector_math.dart#349
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, curious that all images changed but they look identical, so
Description
Fixes up the analyze issues reported by 3.35 and finishes off the bump to 3.32.0 as min Flutter version.
Checklist
docs
and added dartdoc comments with///
.examples
ordocs
.Breaking Change?
Related Issues