-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Labels
a: animationAnimation APIsAnimation APIsc: API breakBackwards-incompatible API changesBackwards-incompatible API changesframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.
Description
If you remove a value or statue listener from an AnimationController during iteration, the listener will still be notified (if it hasn't already been notified during the iteration). This iteration pattern can lead to subtle bugs. In other places (e.g., ChangeNotifier), we use a stronger iteration pattern that checks for removal before notifying.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
a: animationAnimation APIsAnimation APIsc: API breakBackwards-incompatible API changesBackwards-incompatible API changesframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.