Skip to content

Instantly share code, notes, and snippets.

@TechieBlossom
Last active January 13, 2023 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TechieBlossom/e0622e15be6b1e2c8a6bf817140ee20b to your computer and use it in GitHub Desktop.
Save TechieBlossom/e0622e15be6b1e2c8a6bf817140ee20b to your computer and use it in GitHub Desktop.
Tween values for rating
_paceAnimation = Tween<double>(
begin: 0.0,
end: messi.pace / 100,
).animate(_controller);
_shootAnimation = Tween<double>(
begin: 0.0,
end: messi.shoot / 100,
).animate(_controller);
...
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment