nimble_charts 0.5.0-beta
nimble_charts: ^0.5.0-beta copied to clipboard
Charts for Flutter. A fork of charts_flutter
We analyzed this package 25 days ago, and awarded it 70 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.
Failed to verify repository URL.
charts_flutter/pubspec.yaml from the repository defines publish_to, thus, we are unable to verify the package is published from here.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: nimble_charts, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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
787 out of 1501 API elements (52.4 %) have documentation comments.
Some symbols that are missing documentation: flutter, flutter.ArcLabelDecorator.ArcLabelDecorator.new, flutter.ArcLabelDecorator.calculateLabelPosition, flutter.ArcLabelDecorator.decorate, flutter.ArcLabelDecorator.getLabelRadius.
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/50 points: code has no errors, warnings, lints, or formatting issues
Found 282 issues. Showing the first 2:
ERROR: 'Future'-returning calls in a non-'async' function.
lib/src/base_chart_state.dart:185:9
╷
185 │ ..forward(from: (duration == Duration.zero) ? 1.0 : 0.0);
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/base_chart_state.dart
ERROR: The diagnostic 'avoid_redundant_argument_values' isn't produced at this location so it doesn't need to be ignored.
lib/src/behaviors/legend/legend_layout.dart:135:20
╷
135 │ // ignore: avoid_redundant_argument_values, prefer_const_constructors, prefer_const_literals_to_create_immutables
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/behaviors/legend/legend_layout.dart
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.17.0 | 1.17.0 | |
nimble_charts_common |
^0.5.0-beta |
0.5.0-beta | 0.5.0-beta |
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 | |
vector_math |
- | 2.2.0 | 2.2.0 |
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.
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 4 errors:
DISCARDED_FUTURES-lib/src/base_chart_state.dart:185:9- 'Future'-returning calls in a non-'async' function.DISCARDED_FUTURES-lib/src/behaviors/zoom/initial_hint_behavior.dart:93:9- 'Future'-returning calls in a non-'async' function.AVOID_RENAMING_METHOD_PARAMETERS-lib/src/behaviors/zoom/pan_behavior.dart:100:32- The parameter name 'chartPoint' doesn't match the name 'localPosition' in the overridden method.
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.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.