accessibility_service 0.0.1 copy "accessibility_service: ^0.0.1" to clipboard
accessibility_service: ^0.0.1 copied to clipboard

A plugin for accessing Accessibility Service event.

110/ 160
pub points
51
downloads

We analyzed this package 6 days ago, and awarded it 110 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

pubspec.yaml from the repository has no repository or homepage URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: accessibility_service,
    • contains a version property, and,
    • does not contain a publish_to property.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

Failed report section
Provide documentation
0 / 20trigger folding of the section

Partially passed check 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.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Partially passed report section
Platform support
10 / 20trigger folding of the section

Partially passed check 10/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.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:accessibility_service/accessibility_service.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:accessibility_service/accessibility_service.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:accessibility_service/accessibility_service.dart that declares support for platforms: Android, iOS.

Swift Package Manager support:

Package does not support the Swift Package Manager on iOS

The package does not contain ios/accessibility_service/Package.swift.

Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.

Passed report section
Pass static analysis
50 / 50trigger folding of the section

Passed check 50/50 points: code has no errors, warnings, lints, or formatting issues

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 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.1 1.4.1
collection - 1.19.1 1.19.1
dbus - 0.7.12 0.7.12
ffi - 2.2.0 2.2.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
permission_handler_platform_interface - 3.12.0 4.3.0
petitparser - 7.0.2 7.0.2
plugin_platform_interface - 2.1.8 2.1.8
upower - 0.7.0 0.7.0
vector_math - 2.2.0 2.3.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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.12, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
4
likes
110
points
51
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A plugin for accessing Accessibility Service event.

License

BSD-3-Clause (license)

Dependencies

battery_plus, flutter, permission_handler

More

Packages that depend on accessibility_service

Packages that implement accessibility_service