junny_widget 0.1.1 junny_widget: ^0.1.1 copied to clipboard
一个模块化的 Flutter 自定义控件库,旨在提升开发效率,提供高质量的 UI 组件和工具,支持多种交互场景。
We analyzed this package 9 days ago, and awarded it 115 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 60 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.
0/5 points: Provide a valid README.md
`README.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of README.md
in your package should primarily contain characters used in English.
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
575 out of 772 API elements (74.5 %) have documentation comments.
Some symbols that are missing documentation: junny_widget
, junny_widget.ArcClipper
, junny_widget.ArcClipper.ArcClipper
, junny_widget.ArcDirection
, junny_widget.AttachAdjustParam
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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:junny_widget/junny_widget.dart
that imports:package:junny_widget/src/utils/utils.dart
that imports:package:junny_widget/src/utils/dialog_utils.dart
that imports:package:junny_widget/src/dialog/dialog.dart
that imports:package:junny_widget/src/dialog/platform_progress_indicator.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:junny_widget/junny_widget.dart
that imports:package:junny_widget/src/utils/utils.dart
that imports:package:junny_widget/src/utils/dialog_utils.dart
that imports:package:junny_widget/src/dialog/dialog.dart
that imports:package:junny_widget/src/dialog/platform_progress_indicator.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/src/address/address_picker.dart:102:48
╷
102 │ color: Theme.of(context).cardColor.withOpacity(0.6),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/address/address_picker.dart
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/src/ui/watermark_painter.dart:38:40
╷
38 │ color: textStyle?.color?.withOpacity(opacity),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/ui/watermark_painter.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
collection |
^1.18.0 |
1.19.0 | 1.19.1 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_smart_dialog |
^4.9.8+5 |
4.9.8+5 | 4.9.8+5 |
intl |
^0.19.0 |
0.19.0 | 0.20.1 |
provider |
^6.1.2 |
6.1.2 | 6.1.2 |
table_calendar |
^3.1.2 |
3.1.3 | 3.1.3 |
visibility_detector |
^0.4.0+2 |
0.4.0+2 | 0.4.0+2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters |
- | 1.3.0 | 1.4.0 |
clock |
- | 1.1.2 | 1.1.2 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
nested |
- | 1.0.0 | 1.0.0 |
path |
- | 1.9.1 | 1.9.1 |
simple_gesture_detector |
- | 0.2.1 | 0.2.1 |
sky_engine |
- | 0.0.0 | 0.0.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 `^0.19.0` on intl does not support the stable version `0.20.0`.
Try running dart pub upgrade --major-versions intl
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.