xxf_desktop 0.0.10+5
xxf_desktop: ^0.0.10+5 copied to clipboard
桌面端
We analyzed this package 25 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 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.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.10+5").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
125 out of 294 API elements (42.5 %) have documentation comments.
Some symbols that are missing documentation: xxf_desktop, xxf_desktop.AppWindow.AppWindow.new, xxf_desktop.Area.Area.new, xxf_desktop.Area.index, xxf_desktop.CloseIcon.CloseIcon.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:xxf_desktop/xxf_desktop.dartthat imports:package:desktop_multi_window/desktop_multi_window.dartthat declares support for platforms:Windows,Linux,macOS.
Package does not support platform `iOS`.
Because:
package:xxf_desktop/xxf_desktop.dartthat imports:package:desktop_multi_window/desktop_multi_window.dartthat declares support for platforms:Windows,Linux,macOS.
Package does not support platform `Web`.
Because:
package:xxf_desktop/xxf_desktop.dartthat imports:package:desktop_multi_window/desktop_multi_window.dartthat declares support for platforms:Windows,Linux,macOS.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Windows`.
Because:
package:xxf_desktop/xxf_desktop.dartthat imports:package:xxf_desktop/src/system_tray/system_tray_extensions.dartthat imports:package:bitsdojo_window/bitsdojo_window.dartthat imports:package:bitsdojo_window/src/app_window.dartthat imports:package:bitsdojo_window_linux/bitsdojo_window_linux.dartthat declares support for platforms:Linux.
Package does not support platform `Linux`.
Because:
package:xxf_desktop/xxf_desktop.dartthat imports:package:xxf_desktop/src/system_tray/system_tray_extensions.dartthat imports:package:bitsdojo_window/bitsdojo_window.dartthat imports:package:bitsdojo_window/src/app_window.dartthat imports:package:bitsdojo_window_macos/bitsdojo_window_macos.dartthat declares support for platforms:macOS.
Package does not support platform `macOS`.
Because:
package:xxf_desktop/xxf_desktop.dartthat imports:package:xxf_desktop/src/system_tray/system_tray_extensions.dartthat imports:package:bitsdojo_window/bitsdojo_window.dartthat imports:package:bitsdojo_window/src/app_window.dartthat imports:package:bitsdojo_window_linux/bitsdojo_window_linux.dartthat declares support for platforms:Linux.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: The import of 'dart:ui' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/gestures.dart'.
lib/src/contextual_menu/contextual_menu_area.dart:1:8
╷
1 │ import 'dart:ui';
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/contextual_menu/contextual_menu_area.dart
/tmp/pana_IMUYLF/lib/src/system_tray/system_tray_no_menu.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bitsdojo_window |
0.1.2 |
0.1.2 | 0.1.6 | |
contextual_menu |
^0.1.2 |
0.1.3 | 0.1.3 | Discontinued |
desktop_multi_window |
^0.2.1 |
0.2.1 | 0.3.0 | |
multi_split_view |
^3.6.0 |
3.6.1 | 3.6.1 | |
system_tray |
^2.0.3 |
2.0.3 | 2.0.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bitsdojo_window_linux |
- | 0.1.4 | 0.1.4 | |
bitsdojo_window_macos |
- | 0.1.4 | 0.1.4 | |
bitsdojo_window_platform_interface |
- | 0.1.2 | 0.1.2 | |
bitsdojo_window_windows |
- | 0.1.6 | 0.1.6 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.1.4 | 2.1.4 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
menu_base |
- | 0.1.1 | 0.1.1 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 3.0.7 | 4.5.2 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
win32 |
- | 5.15.0 | 5.15.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `0.1.2` on bitsdojo_window does not support the stable version `0.1.3`.
Try running dart pub upgrade --major-versions bitsdojo_window to update the constraint.
The constraint `^0.2.1` on desktop_multi_window does not support the stable version `0.3.0`.
Try running dart pub upgrade --major-versions desktop_multi_window 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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.