storybook 0.0.1 copy "storybook: ^0.0.1" to clipboard
storybook: ^0.0.1 copied to clipboard

Platformweb
outdated

A new Flutter project.

3
likes
110/ 160
pub points
43%
popularity

We analyzed this package 2 days ago, and awarded it 110 pub points (of a possible 160):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

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 60 to 180 characters to describe the package, what it does, and its target use case.

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.

partial
Provide documentation
10 / 20trigger folding of the section

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

1 out of 23 API elements (4.3 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: storybook, storybook.DartPad, storybook.DartPad.DartPad, storybook.DartPad.darkMode, storybook.DartPad.flutter.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Web

These platforms are not supported:

Package not compatible with platform Android

Because:

  • package:storybook/storybook.dart that imports:
  • package:storybook/src/components/dartpad/dart_pad.dart that imports:
  • dart:html
Package not compatible with platform iOS

Because:

  • package:storybook/storybook.dart that imports:
  • package:storybook/src/components/dartpad/dart_pad.dart that imports:
  • dart:html
Package not compatible with platform Windows

Because:

  • package:storybook/storybook.dart that imports:
  • package:storybook/src/components/dartpad/dart_pad.dart that imports:
  • dart:html
Package not compatible with platform Linux

Because:

  • package:storybook/storybook.dart that imports:
  • package:storybook/src/components/dartpad/dart_pad.dart that imports:
  • dart:html
Package not compatible with platform macOS

Because:

  • package:storybook/storybook.dart that imports:
  • package:storybook/src/components/dartpad/dart_pad.dart that imports:
  • dart:html
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 14 issues. Showing the first 2:

WARNING: Unused import: 'package:flutter_modular/flutter_modular.dart'.

lib/src/components/menu/menu_widget.dart:2:8

  ╷
2 │ import 'package:flutter_modular/flutter_modular.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/components/menu/menu_widget.dart

WARNING: Unused import: 'package:storybook/src/routes/constants_routes.dart'.

lib/src/components/menu/menu_widget.dart:4:8

  ╷
4 │ import 'package:storybook/src/routes/constants_routes.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/components/menu/menu_widget.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
collection ^1.15.0 1.18.0 1.18.0
flutter flutter 0.0.0 0.0.0
flutter_bloc ^7.0.1 7.3.3 8.1.5
flutter_localizations flutter 0.0.0 0.0.0
flutter_modular ^3.3.1 3.4.1+1 6.3.4
html_unescape ^2.0.0 2.0.0 2.0.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
bloc - 7.2.1 8.1.4
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
flutter_modular_annotations - 0.0.2 0.0.2
intl - 0.19.0 0.19.0
material_color_utilities - 0.8.0 0.12.0
meta - 1.12.0 1.15.0
nested - 1.0.0 1.0.0
path - 1.9.0 1.9.0
provider - 6.1.2 6.1.2
sky_engine - 0.0.99 0.0.99
triple - 1.5.0+1 2.1.0
vector_math - 2.1.4 2.1.4

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

The constraint `^7.0.1` on flutter_bloc does not support the stable version `8.0.0`.

Try running dart pub upgrade --major-versions flutter_bloc to update the constraint.

The constraint `^3.3.1` on flutter_modular does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions flutter_modular 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.5, Flutter 3.22.1, Dart 3.4.1.

Check the analysis log for details.