kalil_utils 3.0.4 copy "kalil_utils: ^3.0.4" to clipboard
kalil_utils: ^3.0.4 copied to clipboard

An collection with Functional utils and some data structures

0
likes
115/ 160
pub points
29%
popularity

We analyzed this package 11 hours ago, and awarded it 115 pub points (of a possible 160):

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. 1 link is insecure.

README.md:13:49

   ╷
13 │ <p>Please file feature requests and bugs at the <a href="http://example.com/issues/replaceme">issue tracker</a>.</p>
   │                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

Use https URLs instead.

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

failed
Provide documentation
0 / 20trigger folding of the section

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

OUT: Documenting kalil_utils... Discovering libraries... Linking elements... Precaching local docs for 155485 elements... Initialized dartdoc with 105 libraries Generating docs for library injector.dart from package:kalil_utils/injector.dart... Generating docs for library extensions.dart from package:kalil_utils/extensions.dart... Generating docs for library utils.dart from package:kalil_utils/utils.dart... Generating docs for library tuple.dart from package:kalil_utils/tuple.dart... Generating docs for library maybe.dart from package:kalil_utils/maybe.dart... [11 more lines] ERR: warning: ambiguous reexport of injector.DetachedConsumer, canonicalization candidates: (kalil_utils, kalil_utils.maybe) -> kalil_utils.maybe (confidence 0.01000) from injector.DetachedConsumer: (file:///tmp/pana_ANRGVX/lib/src/injector.dart:153:7) kalil_utils: 1.210 - (_Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.2000)) kalil_utils.maybe: 1.220 - (_Reason.packageName (+1.000), _Reason.longName (+0.02000), _Reason.sharedNamePart (+0.2000)) Use {@canonicalFor injector.DetachedConsumer} in the desired library's documentation to resolve the ambiguity and/or override dartdoc's decision, or structure your package so the reexport is less ambiguous. The symbol will still be referenced in all candidates -- this only controls the location where it will be written and which library will be displayed in navigation for the relevant pages. The flag [176 more lines]

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 57 issues. Showing the first 2:

WARNING: Unused import: 'dart:async'.

lib/either.dart:3:8

  ╷
3 │ import 'dart:async';
  │        ^^^^^^^^^^^^
  ╵

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

WARNING: Unused import: 'type.dart'.

lib/either.dart:6:8

  ╷
6 │ import 'type.dart';
  │        ^^^^^^^^^^^
  ╵

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

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
adt_annotation_base ^3.0.1 3.1.0 3.1.0
collection ^1.16.0 1.18.0 1.18.0
meta ^1.2.4 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

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.

0
likes
115
pub points
29%
popularity

Publisher

unverified uploader

An collection with Functional utils and some data structures

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

adt_annotation_base, collection, meta

More

Packages that depend on kalil_utils