• 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
..
README.md Loading commit data...
assertions.dart Loading commit data...
basic_types.dart Loading commit data...
binding.dart Loading commit data...
change_notifier.dart Loading commit data...
licenses.dart Loading commit data...
platform.dart Loading commit data...
print.dart Loading commit data...
synchronous_future.dart Loading commit data...