e_chart_ext 0.0.1 copy "e_chart_ext: ^0.0.1" to clipboard
e_chart_ext: ^0.0.1 copied to clipboard

eChart extention

0
likes
60/ 160
pub points
0%
popularity

We analyzed this package 14 hours ago, and awarded it 60 pub points (of a possible 160):

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

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 60 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.

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: e_chart_ext,
    • contains a version property, and,
    • does not contain a publish_to property.

Unable to access git repository: Failed to run remote show origin.

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.

failed
Provide documentation
10 / 20trigger folding of the section

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

200 out of 878 API elements (22.8 %) have documentation comments.

Some symbols that are missing documentation: xchart_ext, xchart_ext.Acyclicer, xchart_ext.BinaryNode, xchart_ext.BinaryNode.BinaryNode, xchart_ext.BinaryNode.add.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
Platform support
20 / 20trigger folding of the section

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.

failed
Pass static analysis
0 / 50trigger folding of the section

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' and 'package:flutter/src/widgets/view.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

failed
Support up-to-date dependencies
10 / 40trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
dart_dagre ^0.0.1 0.0.1 1.0.0
e_chart ^0.0.1 0.0.1 0.0.1
flutter flutter 0.0.0 0.0.0
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
async - 2.12.0 2.12.0
boolean_selector - 2.1.1 2.1.1
characters - 1.3.0 1.3.1
chart_xutil - 1.0.6 1.0.6
collection - 1.18.0 1.19.0
crypto - 3.0.6 3.0.6
matcher - 0.12.16+1 0.12.16+1
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
path - 1.9.1 1.9.1
quiver - 3.2.2 3.2.2
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
stack_trace - 1.12.0 1.12.0
stream_channel - 2.1.2 2.1.2
string_scanner - 1.4.0 1.4.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.3 0.7.3
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.4

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`, that was published 19 days ago.

When dart_dagre is 30 days old, this package will no longer be awarded points in this category.

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' and 'package:flutter/src/widgets/view.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.13, Flutter 3.24.3, Dart 3.5.3.

Check the analysis log for details.

0
likes
60
pub points
0%
popularity

Publisher

unverified uploader

eChart extention

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

dart_dagre, e_chart, flutter, ml_linalg, scidart, uuid

More

Packages that depend on e_chart_ext