complex 0.6.1
complex: ^0.6.1 copied to clipboard
A representation of a complex number, i.e. a number which has both a real and imaginary part.
5
likes
90
/ 110
pub points
68
%
popularity
We analyzed this package on Jan 25, 2021, and awarded it 90 pub points (of a possible 110):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/10 points: 20% or more of the public API has dartdoc comments
- 65 out of 75 API elements (86.7 %) have documentation comments.
20/20 points: Supports 2 of 2 possible platforms (native, js)
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
INFO: 'List' is deprecated and shouldn't be used.
lib/src/complex_roots_x.dart:22:20
╷
22 │ final result = List<Cartesian>();
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/src/complex_roots_x.dart
INFO: 'List' is deprecated and shouldn't be used.
lib/src/fastmath.dart:80:18
╷
80 │ final hiPrec = List<double>(2);
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/src/fastmath.dart
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.