• Adam Barth's avatar
    Strengthen animation listener iteration patterns (#7537) · 3312af7d
    Adam Barth authored
    This patch aligns the iteration patterns used by animations and
    ChangeNotifier. They now both respect re-entrant removal of listeners
    and coalesce duplication registrations. (Also, ChangeNotifier
    notification is no longer N^2).
    
    Fixes #7533
    3312af7d
Name
Last commit
Last update
..
animation_controller_test.dart Loading commit data...
animations_test.dart Loading commit data...
curves_test.dart Loading commit data...
iteration_patterns_test.dart Loading commit data...
tween_test.dart Loading commit data...