icharts_common 0.13.5 copy "icharts_common: ^0.13.5" to clipboard
icharts_common: ^0.13.5 copied to clipboard

A common library for charting packages. Forked from google/charts, and updated to latest SDK and packages.

115/ 160
pub points
50
downloads

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

Failed report section
Follow Dart file conventions
25 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("0.13.5").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Passed check 10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

1141 out of 2094 API elements (54.5 %) have documentation comments.

Some symbols that are missing documentation: icharts_common, icharts_common.A11yNode.A11yNode.new, icharts_common.AnnotationSegment.AnnotationSegment.new, icharts_common.AnnotationSegment.axisId, icharts_common.AnnotationSegment.axisType.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Passed check 0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 35 issues. Showing the first 2:

WARNING: The operand can't be 'null', so the condition is always 'false'.

lib/src/chart/cartesian/axis/simple_ordinal_scale.dart:95:29

   ╷
95 │     if (barGroupWidthConfig == null) {
   │                             ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/chart/cartesian/axis/simple_ordinal_scale.dart

WARNING: The operand can't be 'null', so the condition is always 'false'.

lib/src/chart/common/behavior/a11y/keyboard_domain_navigator.dart:172:24

    ╷
172 │     if (selectionModel == null) {
    │                        ^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/chart/common/behavior/a11y/keyboard_domain_navigator.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
collection ^1.14.5 1.19.1 1.19.1
intl ^0.19.0 0.19.0 0.20.2
logging ^1.0.2 1.3.0 1.3.0
meta ^1.1.1 1.16.0 1.17.0
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
vector_math ^2.0.8 2.2.0 2.2.0
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
material_color_utilities - 0.11.1 0.13.0
path - 1.9.1 1.9.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^0.19.0` on intl does not support the stable version `0.20.0`.

Try running dart pub upgrade --major-versions intl to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.23, Flutter 3.35.3, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
115
points
50
downloads

Publisher

verified publisherrikdata.com

Weekly Downloads

A common library for charting packages. Forked from google/charts, and updated to latest SDK and packages.

Repository (GitHub)
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection, flutter, flutter_web_plugins, intl, logging, meta, plugin_platform_interface, vector_math

More

Packages that depend on icharts_common