dart_matrix 1.0.0
dart_matrix: ^1.0.0 copied to clipboard
A simple matrix library for dart
We analyzed this package 4 days ago, and awarded it 120 pub points (of a possible 160):
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.
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.
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]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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.
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
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.23.10, Dart 3.11.2.
Check the analysis log for details.