d_chart 0.0.4
d_chart: ^0.0.4 copied to clipboard
D'Chart is a package for compact chart widgets. The remake chart types include bar, line, pie, donut and gauge.
31
likes
120/ 130
pub points
91%
popularity
We analyzed this package 38 hours ago, and awarded it 120 pub points (of a possible 130):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 174 out of 212 API elements (82.1 %) have documentation comments.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: DChartBar.data, DChartBar.barColor, DChartBar.barValue, DChartBar.barValueAnchor, DChartBar.barValuePosition, DChartBar.barValueFontSize, DChartBar.barValueColor, DChartBar.showBarValue, DChartBar.borderColor, DChartBar.borderWidth, DChartBar.animate, DChartBar.animationDuration, DChartBar.verticalDirection, DChartBar.showMeasureLine, DChartBar.showDomainLine, DChartBar.axisLineColor, DChartBar.axisLineTick, DChartBar.axisLinePointTick, DChartBar.axisLinePointWidth, DChartBar.domainLabelRotation, DChartBar.domainLabelFontSize, DChartBar.domainLabelColor, DChartBar.domainLabelPaddingToTick, DChartBar.domainLabelPaddingToAxisLine, DChartBar.measureLabelRotation, DChartBar.measureLabelFontSize, DChartBar.measureLabelColor, DChartBar.measureLabelPaddingToTick, DChartBar.measureLabelPaddingToAxisLine, DChartBar.measureMin, DChartBar.measureMax, DChartBar.yAxisTitle, DChartBar.yAxisTitleColor, DChartBar.yAxisTitleFontSize, DChartBar.yAxisTitleInPadding, DChartBar.yAxisTitleOutPadding, DChartBar.yAxisTitlePosition, DChartBar.xAxisTitle, DChartBar.xAxisTitleColor, DChartBar.xAxisTitleFontSize, DChartBar.xAxisTitleInPadding, DChartBar.xAxisTitleOutPadding, DChartBar.xAxisTitlePosition, DChartBar.minimumPaddingBetweenLabel
lib/d_chart.dart:106:7
╷
106 │ class DChartBar extends StatelessWidget {
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/d_chart.dart
INFO: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: DChartLine.data, DChartLine.lineColor, DChartLine.pointColor, DChartLine.areaColor, DChartLine.includeArea, DChartLine.includePoints, DChartLine.lineWidth, DChartLine.animate, DChartLine.animationDuration
lib/d_chart.dart:413:7
╷
413 │ class DChartLine extends StatelessWidget {
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/d_chart.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
charts_flutter | ^0.12.0 | 0.12.0 | 0.12.0 |
flutter | flutter | 0.0.0 | 0.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.2.0 | 1.2.1 |
charts_common | - | 0.12.0 | 0.12.0 |
clock | - | 1.1.1 | 1.1.1 |
collection | - | 1.16.0 | 1.16.0 |
intl | - | 0.17.0 | 0.17.0 |
logging | - | 1.0.2 | 1.0.2 |
material_color_utilities | - | 0.1.4 | 0.1.5 |
meta | - | 1.7.0 | 1.8.0 |
path | - | 1.8.2 | 1.8.2 |
sky_engine | - | 0.0.99 | 0.0.99 |
vector_math | - | 2.1.2 | 2.1.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.13
, Flutter 3.0.3
, Dart 2.17.5
.