e_chart_ext 0.0.1
e_chart_ext: ^0.0.1 copied to clipboard
eChart extention
We analyzed this package 3 days ago, and awarded it 60 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.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/Go-oG/xchart_ext
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: Apache-2.0
.
10/10 points: 20% or more of the public API has dartdoc comments
200 out of 896 API elements (22.3 %) have documentation comments.
Some symbols that are missing documentation: xchart_ext
, xchart_ext.Acyclicer
, xchart_ext.BinaryLayout.BinaryLayout.new
, xchart_ext.BinaryNode
, xchart_ext.BinaryNode.BinaryNode.new
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:e_chart_ext/e_chart_ext.dart
that imports:package:e_chart_ext/src/treemap/treemap_series.dart
that imports:package:e_chart_ext/src/treemap/node.dart
that imports:package:e_chart/e_chart.dart
that imports:package:e_chart/src/gesture/index.dart
that imports:package:e_chart/src/gesture/series_gesture.dart
that imports:package:e_chart/src/core/view.dart
that imports:package:e_chart/src/core/view_group.dart
that imports:package:e_chart/src/core/context.dart
that imports:package:e_chart/src/series_factory.dart
that imports:package:e_chart/src/charts/point/point_chart.dart
that imports:package:e_chart/src/core/index.dart
that imports:package:e_chart/src/core/core_chart.dart
that imports:dart:io
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 146 issues. Showing the first 2:
ERROR: The name 'View' is defined in the libraries 'package:e_chart/src/core/view.dart (via package:e_chart/e_chart.dart)' and 'package:flutter/src/widgets/view.dart (via package:flutter/material.dart)'.
lib/src/gauge/gauge_chart.dart:8:25
╷
8 │ class GaugeView extends View {
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/gauge/gauge_chart.dart
ERROR: Classes can only extend other classes.
lib/src/gauge/gauge_chart.dart:8:25
╷
8 │ class GaugeView extends View {
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/gauge/gauge_chart.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
dart_dagre |
^0.0.1 |
0.0.1 | 1.0.0 | |
e_chart |
^0.0.1 |
0.0.1 | 0.0.1 | |
ml_linalg |
^13.11.30 |
13.12.6 | 13.12.6 | |
scidart |
^0.0.2-dev.12 |
0.0.2-dev.12 | 0.0.2-dev.12 | |
uuid |
^3.0.6 |
3.0.7 | 4.5.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
characters |
- | 1.4.0 | 1.4.1 | |
chart_xutil |
- | 1.0.6 | 1.0.6 | Discontinued |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
matcher |
- | 0.12.17 | 0.12.17 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
quiver |
- | 3.2.2 | 3.2.2 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.6 | 0.7.6 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.1.4 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.0.1` on dart_dagre does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions dart_dagre
to update the constraint.
The constraint `^3.0.6` on uuid does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions uuid
to update the constraint.
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 113 errors:
AMBIGUOUS_IMPORT
-lib/src/gauge/gauge_chart.dart:8:25
- The name 'View' is defined in the libraries 'package:e_chart/src/core/view.dart (via package:e_chart/e_chart.dart)' and 'package:flutter/src/widgets/view.dart (via package:flutter/material.dart)'.EXTENDS_NON_CLASS
-lib/src/gauge/gauge_chart.dart:8:25
- Classes can only extend other classes.UNDEFINED_SUPER_MEMBER
-lib/src/gauge/gauge_chart.dart:23:11
- The method 'onAttach' isn't defined in a superclass of 'GaugeView'.
Run flutter pub downgrade
and then flutter 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.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.