fast_immutable_collections 6.0.0 copy "fast_immutable_collections: ^6.0.0" to clipboard
fast_immutable_collections: ^6.0.0 copied to clipboard

Immutable lists, sets, maps, and multimaps, which are as fast as their native mutable counterparts. Extension methods and comparators for native Dart collections.

325
likes
105/ 140
pub points
97%
popularity

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

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

10/10 points: Provide a valid pubspec.yaml

0/5 points: Provide a valid README.md

Links in `README.md` should be secure. 3 links are insecure.

README.md:1871:5

     ╷
1871 │ <li><a href="http://www.javapractices.com/topic/TopicAction.do?Id=29">Java Practices: Immutable
     │     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     ╵

Use https URLs instead.

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: BSD-2-Clause.

failed
Provide documentation
10 / 20trigger folding of the section

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

951 out of 1250 API elements (76.1 %) have documentation comments.

Some symbols that are missing documentation: fast_immutable_collections.CanBeEmpty.isEmpty, fast_immutable_collections.CanBeEmpty.isNotEmpty, fast_immutable_collections.ConfigList.copyWith, fast_immutable_collections.ConfigMap.copyWith, fast_immutable_collections.ConfigMapOfSets.asConfigMap.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 199 issues. Showing the first 2:

WARNING: The annotation 'visibleForOverriding' can only be applied to a public instance member that can be overridden.

lib/src/ilist/ilist.dart:1681:1

     ╷
1681 │ @visibleForOverriding
     │ ^^^^^^^^^^^^^^^^^^^^^
     ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/ilist/ilist.dart

WARNING: The member 'L' can only be used for overriding.

lib/src/ilist/l_add.dart:5:23

  ╷
5 │ class LAdd<T> extends L<T> {
  │                       ^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/ilist/l_add.dart

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

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

Package Constraint Compatible Latest
collection ^1.15.0 1.18.0 1.18.0
meta ^1.3.0 1.15.0 1.15.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

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.

325
likes
105
pub points
97%
popularity

Publisher

verified publisherglasberg.dev

Immutable lists, sets, maps, and multimaps, which are as fast as their native mutable counterparts. Extension methods and comparators for native Dart collections.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

collection, meta

More

Packages that depend on fast_immutable_collections