material_design_system 0.0.1
material_design_system: ^0.0.1 copied to clipboard
A Flutter package for a consistent and easy-to-use design system based on Material Design 3 tokens.
We analyzed this package 3 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
pubspec.yaml from the repository has no repository or homepage URL.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: material_design_system, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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
24 out of 31 API elements (77.4 %) have documentation comments.
Some symbols that are missing documentation: material_design_system, material_design_system.MaterialEdgeInsets, material_design_system.MaterialEdgeInsets.MaterialEdgeInsets.new, material_design_system.MaterialEdgeInsets.all, material_design_system.MaterialEdgeInsets.fromLTRB.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 46 issues. Showing the first 2:
INFO: Missing documentation for a public member.
lib/src/resolvers/geometry/edge_insets.dart:4:7
╷
4 │ class MaterialEdgeInsets {
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/resolvers/geometry/edge_insets.dart
INFO: Missing documentation for a public member.
lib/src/resolvers/geometry/edge_insets.dart:8:21
╷
8 │ static EdgeInsets all(MaterialSpacingToken token) =>
│ ^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/resolvers/geometry/edge_insets.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
material_design |
^0.2.6 |
0.2.6 | 1.8.1 | |
material_toolkit |
^0.2.0 |
0.2.0 | 0.2.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
animations |
- | 2.2.0 | 3.0.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
equatable |
- | 2.1.0 | 3.0.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
vector_math |
- | 2.4.3 | 2.4.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.2.6` on material_design does not support the stable version `0.3.0`.
Try running dart pub upgrade --major-versions material_design 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.23.19, Flutter 3.47.4, Dart 3.13.3.
Check the analysis log for details.