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.

7
likes
70/ 140
pub points
0%
popularity

We analyzed this package 9 days ago, and awarded it 70 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

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.

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: linear_structures,
    • contains a version property, and,
    • does not contain a publish_to property.

Unable to access git repository: Failed to run remote show origin.

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.

failed
Provide documentation
10 / 20trigger folding of the section

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

OUT: Documenting linear_structures... Discovering libraries... ERR: dartdoc 8.0.8 (/tmp/analyzerSXLOVJ/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.3.4.snapshot) failed: fatal error: unable to locate the input directory at '/D:/projects/linear_structures/[...] #0 PubPackageMeta.fromDir (package:dartdoc/src/package_meta.dart:215:7) #1 PubPackageMeta.fromFilename (package:dartdoc/src/package_meta.dart:202:27) #2 PackageMetaProvider.fromFilename (package:dartdoc/src/package_meta.dart:80:55) #3 PubPackageBuilder._packageMetasForFiles (package:dartdoc/src/model/package_builder.dart:205:32) #4 PubPackageBuilder._discoverLibraries (package:dartdoc/src/model/package_builder.dart:304:22)

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
0 / 50trigger folding of the section

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

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

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

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.

7
likes
70
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

More

Packages that depend on linear_structures