linear_structures 1.1.1 copy "linear_structures: ^1.1.1" to clipboard
linear_structures: ^1.1.1 copied to clipboard

outdated

This package contains implementation of all linear data structures in Dart language.

80/ 160
pub points
11
downloads

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

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/heda7/linear_structures was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-2-Clause.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

OUT: Documenting linear_structures... Discovering libraries... ERR: dartdoc 9.0.1 (/home/worker/dartdoc/build/dartdoc) failed: fatal error: unable to locate the input directory at '/D:/projects/linear_structures/lib/src'. #0 PubPackageMeta.fromDir (package:dartdoc/src/package_meta.dart:218) #1 PubPackageMeta.fromFilename (package:dartdoc/src/package_meta.dart:205) #2 PackageMetaProvider.fromFilename (package:dartdoc/src/package_meta.dart:82) #3 PubPackageBuilder._packageMetasForFiles (package:dartdoc/src/model/package_builder.dart:199) #4 PubPackageBuilder._discoverLibraries (package:dartdoc/src/model/package_builder.dart:282)

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 6 issues. Showing the first 2:

ERROR: Target of URI doesn't exist: 'file:///D:/projects/linear_structures/lib/src/singly_linked_list.dart'.

lib/src/queue.dart:7:8

  ╷
7 │ import 'file:///D:/projects/linear_structures/lib/src/singly_linked_list.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

ERROR: Undefined class 'SinglyLinkedList'.

lib/src/queue.dart:21:3

   ╷
21 │   SinglyLinkedList<T> _elements = SinglyLinkedList<T>();
   │   ^^^^^^^^^^^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
20 / 40trigger folding of the section

Passed check 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.

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 6 errors:

  • URI_DOES_NOT_EXIST - lib/src/queue.dart:7:8 - Target of URI doesn't exist: 'file:///D:/projects/linear_structures/lib/src/singly_linked_list.dart'.
  • UNDEFINED_CLASS - lib/src/queue.dart:21:3 - Undefined class 'SinglyLinkedList'.
  • UNDEFINED_METHOD - lib/src/queue.dart:21:35 - The method 'SinglyLinkedList' isn't defined for the type 'Queue'.

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.8, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
7
likes
80
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

This package contains implementation of all linear data structures in Dart language.

Homepage

License

BSD-2-Clause (license)

More

Packages that depend on linear_structures