Skip to content

Instantly share code, notes, and snippets.

@flutter-devs
Created June 27, 2019 10:37
Show Gist options
  • Select an option

  • Save flutter-devs/77a412b8927fc7c7c53ef2a9f3ec3710 to your computer and use it in GitHub Desktop.

Select an option

Save flutter-devs/77a412b8927fc7c7c53ef2a9f3ec3710 to your computer and use it in GitHub Desktop.
@override
void dispose() {
super.dispose();
_arrowAnimationController?.dispose();
_heartAnimationController?.dispose();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment