accessibility_service 0.0.1
accessibility_service: ^0.0.1 copied to clipboard
A plugin for accessing Accessibility Service event.
We analyzed this package 12 hours ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
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: accessibility_service, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
pubspec.yaml from the repository has no repository or homepage URL.
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: BSD-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
0 out of 72 API elements (0.0 %) 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: accessibility_event, accessibility_event.AccessibilityEvent, accessibility_event.AccessibilityEvent.AccessibilityEvent.new, accessibility_event.AccessibilityEvent.action, accessibility_event.AccessibilityEvent.contentChangeType.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:accessibility_service/accessibility_service.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:accessibility_service/accessibility_service.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:accessibility_service/accessibility_service.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:accessibility_service/accessibility_service.dartthat declares support for platforms:Android,iOS.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:accessibility_service/accessibility_service.dartthat imports:package:accessibility_service/callback_dispatcher.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.cn/web/wasm for details.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/accessibility_service/Package.swift.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
battery_plus |
^1.1.0 |
1.2.0 | 7.0.0 | |
permission_handler |
^8.1.4+2 |
8.3.0 | 12.0.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
battery_plus_linux |
- | 1.2.0 | 1.2.0 | |
battery_plus_macos |
- | 1.1.1 | 1.1.1 | |
battery_plus_platform_interface |
- | 1.2.2 | 2.0.1 | |
battery_plus_web |
- | 1.1.0 | 1.1.0 | |
battery_plus_windows |
- | 1.1.3 | 1.1.3 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
dbus |
- | 0.7.11 | 0.7.11 | |
ffi |
- | 2.1.4 | 2.1.4 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
permission_handler_platform_interface |
- | 3.12.0 | 4.3.0 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
upower |
- | 0.7.0 | 0.7.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^1.1.0` on battery_plus does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions battery_plus to update the constraint.
The constraint `^8.1.4+2` on permission_handler does not support the stable version `9.0.1`.
Try running dart pub upgrade --major-versions permission_handler 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.1, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.