• 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
..
assertions_test.dart Loading commit data...
bit_field_test.dart Loading commit data...
caching_iterable_test.dart Loading commit data...
capture_output.dart Loading commit data...
change_notifier_test.dart Loading commit data...
covariant_templates_test.dart Loading commit data...
licenses_test.dart Loading commit data...
print_test.dart Loading commit data...
stack_trace_test.dart Loading commit data...