Remove dependency on package:collection by moving mergeSort into...
Remove dependency on package:collection by moving mergeSort into foundation/collections.dart (#59521) This removes a dependency from Flutter (package:collection) by copying the implementation of mergeSort into Flutter's foundation/collections.dart. Also, removed a reference to UnmodifiableSetView from the shortcuts code by just returning a copy instead.
Showing
Please register or sign in to comment