sortedmap 0.5.5 copy "sortedmap: ^0.5.5" to clipboard
sortedmap: ^0.5.5 copied to clipboard

A map of objects which can be sorted and filtered on both their key and value

0.5.5 #

  • PERF: improve speed of operator[]= of FilteredMap. (14523195)
  • FEAT: add TreeMap and TreeSet available in public api. (8b3d3216)

0.5.4+1 #

  • PERF: improve speed of operator[]=. (1fb141d3)
  • FIX: return value for AvlTreeSet.add inversed. (af715a8a)
  • FIX: bug on TreeSetView for limitFromStart = false. (5a36a467)

0.5.4 #

  • Performance improvements

0.5.3 #

  • Fix: BidirectionalIterator is deprecated in dart 3.0.0

0.5.2 #

  • Fix: FilteredMap returning values for keys that are not in the map

0.5.1 #

  • Fix KeyValueInterval.containsPoint with min and max pairs

0.5.0 #

  • Null safety

0.4.2 #

  • Support Dart 2 in pubspec.yaml

0.4.1 #

  • fixes on Dart 2 compatibility

0.4.0 #

  • Dart 2 pre-release compatibility

0.3.1 #

  • performance improvements

0.3.0 #

  • resolve strong mode analysis warnings
  • change dependency on quiver to <0.28.0

0.2.0 #

  • new FilteredMapView class
  • some api changes

0.1.2 #

  • keep elements after limit in FilteredMap

0.1.1 #

  • compare and isValid methods iso getters in Filter
  • strong mode fixes
  • linter

0.1.0 #

  • Initial version
43
likes
160
points
8.84k
downloads

Documentation

API reference

Publisher

verified publisherappsup.be

Weekly Downloads

A map of objects which can be sorted and filtered on both their key and value

Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

github.com

License

BSD-3-Clause (license)

More

Packages that depend on sortedmap