sherkety_widgetbook 1.0.1
sherkety_widgetbook: ^1.0.1 copied to clipboard
A flutter storybook that helps professionals and teams to catalogue their widgets.
We analyzed this package 23 hours ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
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: sherkety_widgetbook
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: sherkety_widgetbook
.
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
.
10/10 points: 20% or more of the public API has dartdoc comments
284 out of 802 API elements (35.4 %) have documentation comments.
Some symbols that are missing documentation: widgetbook.$int
, widgetbook.AccessibilityAddon.AccessibilityAddon.new
, widgetbook.AddonBuilder
, widgetbook.AlignmentAddon.AlignmentAddon.new
, widgetbook.AlignmentAddon.alignments
.
10/10 points: Package has an example and has no issues with screenshots
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ 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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 12 issues. Showing the first 2:
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/src/addons/grid_addon/grid_addon.dart:31:30
╷
31 │ color: Colors.grey.withOpacity(0.5),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/addons/grid_addon/grid_addon.dart
INFO: 'value' is deprecated and shouldn't be used. Use component accessors like .r or .g, or toARGB32 for an explicit conversion.
lib/src/fields/color_field/color_field.dart:22:39
╷
22 │ toParam: (color) => color.value.toRadixString(16),
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/fields/color_field/color_field.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
accessibility_tools |
^2.0.0 |
2.4.1 | 2.4.1 | |
collection |
^1.15.0 |
1.19.1 | 1.19.1 | |
device_frame |
^1.1.0 |
1.2.0 | 1.2.0 | |
inspector |
^2.1.0 |
2.1.0 | 3.0.0 | |
meta |
^1.8.0 |
1.16.0 | 1.16.0 | |
nested |
^1.0.0 |
1.0.0 | 1.0.0 | |
resizable_widget |
^1.0.5 |
1.0.5 | 1.0.5 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.12.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
characters |
- | 1.4.0 | 1.4.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
fake_async |
- | 1.3.2 | 1.3.3 | |
freezed_annotation |
- | 2.4.4 | 3.0.0 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
leak_tracker |
- | 10.0.8 | 11.0.1 | |
leak_tracker_flutter_testing |
- | 3.0.9 | 3.0.10 | |
leak_tracker_testing |
- | 3.0.1 | 3.0.2 | |
matcher |
- | 0.12.17 | 0.12.17 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.4 | 0.7.4 | |
vector_math |
- | 2.1.4 | 2.1.5 | |
vm_service |
- | 14.3.1 | 15.0.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^2.1.0` on inspector does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions inspector
to update the constraint.
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.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.