You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Watoplan animation scale should follow android system settings.
Detailed Description
While animation looks great, and it's what flutter is good at, android apps should follow system animation scale settings. I have my animation scaled disabled completely, yet watoplan is still displaying animation.
Solution
The settings should be found in android.provider.Settings.System . I'm no android expert, so I've got no idea how to actually fetch the values in dart.
Issue Abstract
Watoplan animation scale should follow android system settings.
Detailed Description
While animation looks great, and it's what flutter is good at, android apps should follow system animation scale settings. I have my animation scaled disabled completely, yet watoplan is still displaying animation.
Solution
The settings should be found in
android.provider.Settings.System
. I'm no android expert, so I've got no idea how to actually fetch the values in dart.The text was updated successfully, but these errors were encountered: