asim_design_system 3.0.0
asim_design_system: ^3.0.0 copied to clipboard
Package Flutter để tích hợp design system.
We analyzed this package 5 days ago, and awarded it 110 pub points (of a possible 160):
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 50 to 180 characters to describe the package, what it does, and its target use case.
The package description contains too many non-ASCII characters.
The site uses English as its primary language. The content of the description field in your package's pubspec.yaml should primarily contain characters used in English.
Failed to verify repository URL.
Could not find any pubspec.yaml in the repository.
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: asim_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.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting asim_design_system... Discovering libraries... Linking elements... Precaching local docs for 656574 elements... Initialized dartdoc with 927 libraries Generating docs for library utils/icon.dart from package:asim_design_system/utils/icon.dart... Generating docs for library utils/size.dart from package:asim_design_system/utils/size.dart... Generating docs for library utils/color.dart from package:asim_design_system/utils/color.dart... Generating docs for library styling/foundation_v2/foundation_v2.dart from package:asim_design_system/styling/foundation_v2/foundation_v2.dart... Generating docs for library styling/foundation_v2/typography/heading/heading_h3.dart from package:asim_design_system/styling/foundation_v2/typography/heading/heading_h3.dart... [115 more lines] ERR: warning: asim_design_system has no library level documentation comments from asim_design_system: (file:///tmp/pana_AHHFLX/lib/styling/foundation_v2/foundation_v2.dart:1:1) warning: asim_design_system has no library level documentation comments from asim_design_system: (file:///tmp/pana_AHHFLX/lib/styling/foundation_v2/typography/typography.dart:1:1) error: file already written at "asim_design_system/index.html" for symbol asim_design_system: (file:///tmp/pana_AHHFLX/lib/styling/foundation_v2/typography/typography.dart:1:1) conflicting with file already generated by asim_design_system: (file:///tmp/pana_AHHFLX/lib/styling/foundation_v2/foundation_v2.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'asim_design_system' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library [193 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 234 issues. Showing the first 2:
WARNING: Unused import: 'package:asim_design_system/styling/foundation/typography/display/display.dart'.
lib/styling/foundation_v2/typography/typography.dart:3:8
╷
3 │ import 'package:asim_design_system/styling/foundation/typography/display/display.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/styling/foundation_v2/typography/typography.dart
WARNING: Unused import: 'package:asim_design_system/styling/foundation/typography/text/text.dart'.
lib/styling/foundation_v2/typography/typography.dart:4:8
╷
4 │ import 'package:asim_design_system/styling/foundation/typography/text/text.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/styling/foundation_v2/typography/typography.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_screenutil |
^5.9.3 |
5.9.3 | 5.9.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.18.3 | |
vector_math |
- | 2.2.0 | 2.4.0 |
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.23.12, Flutter 3.44.2, Dart 3.12.2.
Check the analysis log for details.