girix_code_gauge 0.0.6 girix_code_gauge: ^0.0.6 copied to clipboard
A Flutter package for creating progress bar, linear and radial gauges with customizable ranges, ticks, and labels. It also supports step indicators and steppers. It is highly customizable and easy to use.
We analyzed this package 6 days ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description
field in your package's pubspec.yaml
file between 60 and 180 characters.
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: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting girix_code_gauge... Discovering libraries... Linking elements... Precaching local docs for 626100 elements... Initialized dartdoc with 801 libraries Generating docs for library girix_code_gauge.dart from package:girix_code_gauge/girix_code_gauge.dart... ERR: warning: girix_code_gauge has no library level documentation comments from girix_code_gauge: (file:///tmp/pana_DLXYJL/lib/girix_code_gauge.dart:1:9) warning: unresolved doc reference [shape] from progress_linear_gauge.GxProgressLinearGauge: (file:///tmp/pana_DLXYJL/lib/src/linear/widgets/progress_linear_gauge.dart:28:7) warning: unresolved doc reference [LinearGaugeShape] from progress_linear_gauge.GxProgressLinearGauge: (file:///tmp/pana_DLXYJL/lib/src/linear/widgets/progress_linear_gauge.dart:28:7) warning: unresolved doc reference [RadialGauge] from radial_gauge.GxRadialGauge: (file:///tmp/pana_DLXYJL/lib/src/radial/widgets/radial_gauge.dart:12:7) warning: unresolved doc reference [ranges] from scale_linear_gauge.GxScaleLinearGauge: (file:///tmp/pana_DLXYJL/lib/src/linear/widgets/scale_linear_gauge.dart:89:7) [89 more lines]
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:girix_code_gauge/girix_code_gauge.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:girix_code_gauge/girix_code_gauge.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:girix_code_gauge/girix_code_gauge.dart
that declares support for platforms:Android
,iOS
,Web
.
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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 17 issues. Showing the first 2:
WARNING: The value of the local variable 'pi' isn't used.
lib/src/radial/painters/radial_gauge_painter.dart:70:18
╷
70 │ const double pi = Math.pi;
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/radial/painters/radial_gauge_painter.dart
WARNING: The value of the local variable 'labelText' isn't used.
lib/src/radial/painters/radial_gauge_painter.dart:140:20
╷
140 │ final String labelText = bar.label.label;
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/radial/painters/radial_gauge_painter.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
equatable |
^2.0.5 |
2.0.7 | 2.0.7 |
flutter |
flutter |
0.0.0 | 0.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters |
- | 1.3.0 | 1.4.0 |
collection |
- | 1.19.0 | 1.19.1 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
sky_engine |
- | 0.0.0 | 0.0.0 |
vector_math |
- | 2.1.4 | 2.1.4 |
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: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.