The collection package for Dart contains a number of separate libraries with utility functions and classes that makes working with collections easier.
BSD 3-Clause "New" or "Revised" License
386
stars
87
forks
source link
Deprecate transitiveClosure #336
Closed
natebosch closed 4 months ago
The algorithm is implemented with a more flexible signature in
package:graphs
. See https://github.com/dart-lang/tools/issues/104Use an
ignore_for_file
rather than comment each usage of the deprecated APIs.