freezed_collection 0.0.3 copy "freezed_collection: ^0.0.3" to clipboard
freezed_collection: ^0.0.3 copied to clipboard

Extending dart:freezed to deep copyWith for collection.

3
likes
110/ 140
pub points
74%
popularity

We analyzed this package 18 hours ago, and awarded it 110 pub points (of a possible 140):

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

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: MIT.

OK
Provide documentation
20 / 20trigger folding of the section

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

42 out of 78 API elements (53.8 %) have documentation comments.

Some symbols that are missing documentation: freezed_collection, freezed_collection.$FreezedListCopyWith, freezed_collection.$FreezedListCopyWith.$FreezedListCopyWith, freezed_collection.$FreezedListCopyWith.add, freezed_collection.$FreezedListCopyWith.addAll.

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
failed
Pass static analysis
30 / 50trigger folding of the section

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

WARNING: The parameter type of '==' operators should be non-nullable.

lib/src/freezed_list.freezed.dart:53:17

   ╷
53 │   bool operator ==(dynamic other) {
   │                 ^^
   ╵

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

INFO: 'ignore' is deprecated and shouldn't be used. Use `includeFromJson` and `includeToJson` with a value of `false` instead.

lib/src/freezed_list.dart:182:12

    ╷
182 │   @JsonKey(ignore: true)
    │            ^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/freezed_list.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
freezed_annotation ^2.1.0 2.4.1 2.4.1
json_annotation ^4.6.0 4.9.0 4.9.0
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.18.0 1.18.0
meta - 1.14.0 1.14.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.3.

Check the analysis log for details.

3
likes
110
pub points
74%
popularity

Publisher

verified publishermtbo.org

Extending dart:freezed to deep copyWith for collection.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

freezed_annotation, json_annotation

More

Packages that depend on freezed_collection