mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Use a LinkedList in ChangeNotifier implementation to take O(N^2) notification time to O(N)
* Use a LinkedList in ChangeNotifier implementation to take O(N^2) notification time to O(N)