widgetbook 4.0.0-alpha.2 copy "widgetbook: ^4.0.0-alpha.2" to clipboard
widgetbook: ^4.0.0-alpha.2 copied to clipboard

A flutter storybook that helps professionals and teams to catalogue their widgets.

557
likes
140/ 160
pub points
167k
downloads

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

partial
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/widgetbook/widgetbook/issues was unreachable. Make sure that the website is reachable via HEAD requests.

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

204 out of 569 API elements (35.9 %) have documentation comments.

Some symbols that are missing documentation: widgetbook.Addon.build, widgetbook.Addon.groupName, widgetbook.Addon.name, widgetbook.Addon.toJson, widgetbook.AlignmentAddon.alignment.

10/10 points: Package has an example and has no issues with screenshots

failed
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:widgetbook/widgetbook.dart that imports:
  • package:widgetbook/src/addons/addons.dart that imports:
  • package:widgetbook/src/addons/accessibility_addon.dart that imports:
  • package:accessibility_tools/accessibility_tools.dart that imports:
  • package:accessibility_tools/src/accessibility_tools.dart that imports:
  • package:flutter_test/flutter_test.dart that imports:
  • package:flutter_test/src/widget_tester.dart that imports:
  • package:flutter_test/src/test_text_input.dart that imports:
  • package:flutter_test/src/test_text_input_key_handler.dart that imports:
  • package:flutter_test/src/binding.dart that imports:
  • package:flutter_test/src/platform.dart that imports:
  • dart:io

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:widgetbook/widgetbook.dart that imports:
  • package:widgetbook/src/addons/addons.dart that imports:
  • package:widgetbook/src/addons/accessibility_addon.dart that imports:
  • package:accessibility_tools/accessibility_tools.dart that imports:
  • package:accessibility_tools/src/accessibility_tools.dart that imports:
  • package:flutter_test/flutter_test.dart that imports:
  • package:flutter_test/src/widget_tester.dart that imports:
  • package:flutter_test/src/test_text_input.dart that imports:
  • package:flutter_test/src/test_text_input_key_handler.dart that imports:
  • package:flutter_test/src/binding.dart that imports:
  • package:flutter_test/src/platform.dart that imports:
  • dart:io

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

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

partial
Pass static analysis
40 / 50trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

Found 32 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.dart:41:29

   ╷
41 │       ..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.dart

INFO: 'whereNotNull' is deprecated and shouldn't be used. Use .nonNulls instead.

lib/src/core/story_args.dart:13:17

   ╷
13 │     return list.whereNotNull().where((arg) => arg is! ConstArg).toList();
   │                 ^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/story_args.dart

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

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

Package Constraint Compatible Latest
accessibility_tools ^1.0.0 1.0.1 2.2.3
collection ^1.15.0 1.19.0 1.19.1
device_frame ^1.1.0 1.2.0 1.2.0
flutter flutter 0.0.0 0.0.0
inspector ^2.1.0 2.1.0 2.1.0
meta ^1.8.0 1.15.0 1.16.0
nested ^1.0.0 1.0.0 1.0.0
path ^1.8.0 1.9.0 1.9.1
resizable_widget ^1.0.5 1.0.5 1.0.5
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.12.0
boolean_selector - 2.1.1 2.1.2
characters - 1.3.0 1.4.0
clock - 1.1.1 1.1.2
fake_async - 1.3.1 1.3.2
flutter_test - 0.0.0 0.0.0
freezed_annotation - 2.4.4 2.4.4
json_annotation - 4.9.0 4.9.0
leak_tracker - 10.0.7 10.0.8
leak_tracker_flutter_testing - 3.0.8 3.0.9
leak_tracker_testing - 3.0.1 3.0.1
matcher - 0.12.16+1 0.12.17
material_color_utilities - 0.11.1 0.12.0
sky_engine - 0.0.0 0.0.0
source_span - 1.10.0 1.10.1
stack_trace - 1.12.0 1.12.1
stream_channel - 2.1.2 2.1.3
string_scanner - 1.3.0 1.4.1
term_glyph - 1.2.1 1.2.2
test_api - 0.7.3 0.7.4
vector_math - 2.1.4 2.1.4
vm_service - 14.3.0 15.0.0

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

The constraint `^1.0.0` on accessibility_tools does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions accessibility_tools 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.17, Flutter 3.27.0, Dart 3.6.0.

Check the analysis log for details.