openlist_utils 1.0.0
openlist_utils: ^1.0.0 copied to clipboard
OpenListApp utils
We analyzed this package 5 days ago, and awarded it 100 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.
-
pubspec.yaml
doesn't have ahomepage
entry. -
pubspec.yaml
doesn't have arepository
entry.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
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.
0/10 points: 20% or more of the public API has dartdoc comments
7 out of 38 API elements (18.4 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: getDIO
, getDIO.getAListWebPublicApiDIO
, getDIO.getDIO
, init
, init.PasswordHasBeenSet
.
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)
-
✓ Android
-
✓ iOS
-
✓ Windows
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:openlist_utils/openlist_utils.dart
that imports:package:openlist_utils/permission.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
,Web
.
Package does not support platform `macOS`.
Because:
package:openlist_utils/openlist_utils.dart
that imports:package:openlist_utils/permission.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
,Web
.
Package does not support platform `Web`.
Because:
package:openlist_utils/openlist_utils.dart
that imports:package:openlist_utils/init.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:openlist_utils/openlist_utils.dart
that imports:package:openlist_utils/getDIO.dart
that imports:package:openlist_config/config/global.dart
that imports:dart:isolate
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.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 20 issues. Showing the first 2:
WARNING: The value of the local variable 'status2' isn't used.
lib/permission.dart:7:20
╷
7 │ PermissionStatus status2 = await Permission.videos.request();
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/permission.dart
WARNING: The value of the local variable 'status3' isn't used.
lib/permission.dart:8:20
╷
8 │ PermissionStatus status3 = await Permission.audio.request();
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/permission.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
dio |
^5.8.0+1 |
5.9.0 | 5.9.0 | |
flutter_foreground_task |
^9.1.0 |
9.1.0 | 9.1.0 | |
jaguar |
^3.1.4 |
3.1.4 | 3.1.4 | |
jaguar_flutter_asset |
^3.0.0 |
3.0.0 | 3.0.0 | |
openlist_api |
any |
1.0.0 | 1.0.0 | |
openlist_background_service |
any |
1.0.0+1 | 1.0.0+1 | |
openlist_config |
any |
1.0.0 | 1.0.0 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
permission_handler |
^12.0.0+1 |
12.0.1 | 12.0.1 | |
shared_preferences |
^2.5.3 |
2.5.3 | 2.5.3 | |
tdesign_flutter |
^0.2.0 |
0.2.5 | 0.2.5 |
Transitive dependencies
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.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.