dart_matrix 1.0.0 copy "dart_matrix: ^1.0.0" to clipboard
dart_matrix: ^1.0.0 copied to clipboard

A simple matrix library for dart

120/ 160
pub points
31
downloads

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

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.

Repository URL doesn't exist.

At the time of the analysis https://github.com/AlanMet/dart_matrix 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: MIT.

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

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

OUT: Documenting dart_matrix... Discovering libraries... Linking elements... Precaching local docs for 137025 elements... Initialized dartdoc with 53 libraries Generating docs for library matrix.dart from package:dart_matrix/matrix.dart... Generating docs for library nnutils.dart from package:dart_matrix/nnutils.dart... Generating docs for library utils.dart from package:dart_matrix/utils.dart... Generating docs for library matrices.dart from package:dart_matrix/matrices.dart... Documented 4 public libraries in 13.8 seconds ERR: warning: matrices has no library level documentation comments from matrices: (file:///tmp/pana_RRYLLM/lib/matrix.dart:1:1) warning: unresolved doc reference [row, col] from matrices.Matrix.getDimensions: (file:///tmp/pana_RRYLLM/lib/matrix.dart:105:13) warning: matrices.NetUtils has no library level documentation comments from matrices.NetUtils: (file:///tmp/pana_RRYLLM/lib/nnutils.dart:1:1) warning: matrices.utils has no library level documentation comments from matrices.utils: (file:///tmp/pana_RRYLLM/lib/utils.dart:1:1) warning: matrices has no library level documentation comments from matrices: (file:///tmp/pana_RRYLLM/lib/matrices.dart:1:1) [22 more lines]

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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

WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

INFO: The variable name 'Dropout' isn't a lowerCamelCase identifier.

lib/matrix.dart:392:10

    ╷
392 │   Matrix Dropout(double rate) {
    │          ^^^^^^^
    ╵

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

INFO: Missing type annotation.

lib/matrix.dart:457:3

    ╷
457 │   join(String s) {}
    │   ^^^^
    ╵

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

Passed report section
Support up-to-date dependencies
40 / 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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.10, Dart 3.11.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
120
points
31
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A simple matrix library for dart

Repository (GitHub)

License

MIT (license)

More

Packages that depend on dart_matrix