• Greg Spencer's avatar
    Remove dependency on package:collection by moving mergeSort into... · c5527dc8
    Greg Spencer authored
    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.
    c5527dc8
Name
Last commit
Last update
..
lib Loading commit data...
test Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
build.yaml Loading commit data...
pubspec.yaml Loading commit data...