dartlin 0.6.3 copy "dartlin: ^0.6.3" to clipboard
dartlin: ^0.6.3 copied to clipboard

Dartlin is a helper library that provides readable methods with which you can write cleaner looking code.

35
likes
120/ 160
pub points
83%
popularity

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

OK
Follow Dart file conventions
30 / 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

10/10 points: Use an OSI-approved license

Detected license: MIT.

failed
Provide documentation
0 / 20trigger folding of the section

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

OUT: Documenting dartlin... Discovering libraries... Linking elements... Precaching local docs for 16914 elements... ERR: dartdoc 8.0.9 (/tmp/analyzerATBEDS/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.4.1.snapshot) failed: Null check operator used on a null value #0 ModelElement.constructFromElementDeclaration (package:dartdoc/src/model/model_element.dart:277:71) #1 new ModelElement.for (package:dartdoc/src/model/model_element.dart:230:40) #2 new ModelElement.forElement (package:dartdoc/src/model/model_element.dart:106:25) #3 Nameable.getModelForElement (package:dartdoc/src/model/nameable.dart:58:20) #4 ModelElement.definingLibrary (package:dartdoc/src/model/model_element.dart:451:7) #5 ModelElement.canonicalLibrary.

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

WARNING: This API is available since SDK 2.14.0, but constraints '>=2.12.0 <3.0.0' don't guarantee it.

lib/src/collections/associate.dart:19:30

   ╷
19 │   int get hashCode => Object.hash(key, value);
   │                              ^^^^
   ╵

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

INFO: The part-of directive uses a library name.

lib/src/collections/associate.dart:1:1

  ╷
1 │ part of collections;
  │ ^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/collections/associate.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

No dependencies.

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.5, Dart 3.4.1.

Check the analysis log for details.

35
likes
120
pub points
83%
popularity

Publisher

verified publisherwolfenra.in

Dartlin is a helper library that provides readable methods with which you can write cleaner looking code.

Repository (GitLab)
View/report issues
Contributing

License

MIT (LICENSE)

More

Packages that depend on dartlin