xfxbase 2.6.75
xfxbase: ^2.6.75 copied to clipboard
DLL Base.
We analyzed this package 12 hours ago, and awarded it 95 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.
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 ("2.6.75").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
139 out of 436 API elements (31.9 %) have documentation comments.
Some symbols that are missing documentation: XAppStateBase, XAppStateBase.XAppStateBase, XAppStateBase.XAppStateBase.XAppStateBase.new, XAppStateBase.XAppStateBase.dataAreReady, XAppStateBase.XAppStateBase.isolate_Active.
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 does not support platform `Web`.
Because:
package:xfxbase/xfxbase.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,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 `Android`.
Because:
package:xfxbase/xfxbase.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:xfxbase/xfxbase.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Linux`.
Because:
package:xfxbase/xfxbase.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:xfxbase/xfxbase.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:xfxbase/xfxbase.dartthat imports:package:xfxbase/_XFX/XF_Col.dartthat imports:package:xtoolspackage/xtoolspackage.dartthat 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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 227 issues. Showing the first 2:
WARNING: The value of the field '_basePath' isn't used.
lib/XBL/XPathUrlStrategy.dart:14:16
╷
14 │ final String _basePath;
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/XBL/XPathUrlStrategy.dart
WARNING: The '!' will have no effect because the receiver can't be null.
lib/_XFX/XF_Col.dart:89:47
╷
89 │ : xApp != null && xApp!.enterpriseMode
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/_XFX/XF_Col.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
camera |
^0.11.0 |
0.11.2+1 | 0.11.2+1 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
connectivity_plus |
^6.0.3 |
6.1.5 | 7.0.0 | |
crypto |
^3.0.3 |
3.0.6 | 3.0.6 | |
date_field |
^6.0.3+1 |
6.0.3+1 | 6.0.3+1 | |
http |
^1.2.1 |
1.5.0 | 1.5.0 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
observable |
^0.24.0 |
0.24.0 | 0.24.0 | |
package_info_plus |
^8.0.0 |
8.3.1 | 9.0.0 | |
path_provider |
^2.1.3 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.1 | |
provider |
^6.1.2 |
6.1.5+1 | 6.1.5+1 | |
shared_preferences |
^2.2.3 |
2.5.3 | 2.5.3 | |
syncfusion_flutter_core |
^26.2.14 |
26.2.14 | 31.2.4 | |
syncfusion_flutter_datagrid |
^26.2.14 |
26.2.14 | 31.2.4 | |
universal_io |
^2.2.2 |
2.2.2 | 2.2.2 | |
uuid |
^4.5.0 |
4.5.1 | 4.5.1 | |
xcommonwidgets |
^1.6.84 |
1.6.84 | 1.6.84 | |
xml |
^6.5.0 |
6.6.1 | 6.6.1 | |
xtoolspackage |
^1.6.17 |
1.6.17 | 1.6.17 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 5 issues. Showing the first 2:
The constraint `^6.0.3` on connectivity_plus does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions connectivity_plus to update the constraint.
The constraint `^8.0.0` on package_info_plus does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions package_info_plus 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.0, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.