comparator_sorted_map 1.0.4 copy "comparator_sorted_map: ^1.0.4" to clipboard
comparator_sorted_map: ^1.0.4 copied to clipboard

A SortedMap that relies on a Comparator to sort on key, value, or a combination of both.

1
likes
140/ 160
pub points
3%
popularity

We analyzed this package 6 days ago, and awarded it 140 pub points (of a possible 160):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

25 out of 32 API elements (78.1 %) have documentation comments.

Some symbols that are missing documentation: comparator_sorted_map.EjectFrom, comparator_sorted_map.EjectFrom.EjectFrom, comparator_sorted_map.SortedMap.capacity, comparator_sorted_map.SortedMap.comparator, comparator_sorted_map.SortedMap.ejectFrom.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
partial
Pass static analysis
40 / 50trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

lib/src/sorted_map.dart doesn't match the Dart formatter.

To format your files run: dart format .

lib/src/utils.dart doesn't match the Dart formatter.

To format your files run: dart format .

OK
Support up-to-date dependencies
40 / 40trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
logging ^1.0.0 1.2.0 1.2.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

10/10 points: Package supports latest stable Dart and Flutter SDKs

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.6, Dart 3.4.3.

Check the analysis log for details.

1
likes
140
pub points
3%
popularity

Publisher

verified publishersoftcoil.com

A SortedMap that relies on a Comparator to sort on key, value, or a combination of both.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

logging

More

Packages that depend on comparator_sorted_map