linear_structures 1.1.1
linear_structures: ^1.1.1 copied to clipboard
This package contains implementation of all linear data structures in Dart language.
We analyzed this package 31 hours ago, and awarded it 80 pub points (of a possible 160):
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.
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: BSD-2-Clause.
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)
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
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
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
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.