data 0.12.0 data: ^0.12.0 copied to clipboard
A time and space efficient collection of data structures and algorithms to deal with data in Dart.
We analyzed this package 8 days ago, and awarded it 90 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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
.
10/10 points: 20% or more of the public API has dartdoc comments
1217 out of 1477 API elements (82.4 %) have documentation comments.
Some symbols that are missing documentation: data.AddMatrixExtension
, data.AddPolynomialExtension
, data.AddVectorExtension
, data.ApplyMatrixExtension
, data.BigIntDataType
.
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/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 76 issues. Showing the first 2:
ERROR: 'T' doesn't conform to the bound 'Comparable
lib/src/stats/distribution.dart:14:12
╷
14 │ Interval<T> get support => Interval<T>.all();
│ ^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/stats/distribution.dart
ERROR: 'T' doesn't conform to the bound 'Comparable
lib/src/stats/distribution.dart:14:39
╷
14 │ Interval<T> get support => Interval<T>.all();
│ ^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/stats/distribution.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 |
meta |
^1.9.0 |
1.16.0 | 1.16.0 |
more |
^4.0.1 |
4.4.0 | 4.4.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters |
- | 1.3.1 | 1.3.1 |
clock |
- | 1.1.2 | 1.1.2 |
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 10 errors:
UNDEFINED_METHOD
-lib/src/type/impl/float.dart:76:7
- The method 'UnmodifiableFloat32ListView' isn't defined for the type 'Float32DataType'.UNDEFINED_METHOD
-lib/src/type/impl/float.dart:108:7
- The method 'UnmodifiableFloat64ListView' isn't defined for the type 'Float64DataType'.UNDEFINED_METHOD
-lib/src/type/impl/integer.dart:89:43
- The method 'UnmodifiableInt8ListView' isn't defined for the type 'Int8DataType'.
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.22.15
, Dart 3.5.4
.
Check the analysis log for details.