developer_tools_permission_handler 0.0.1
developer_tools_permission_handler: ^0.0.1 copied to clipboard
Permission Handler integration for developer_tools. Inspect permission statuses, request permissions, and open app settings for debugging.
We analyzed this package 5 days ago, and awarded it 135 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/ramz/developer_tools/tree/main/packages/developer_tools_permission_handler was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/ramz/developer_tools was unreachable. Make sure that the website is reachable via HEAD requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/ramz/developer_tools/issues was unreachable. Make sure that the website is reachable via HEAD requests.
0/5 points: Provide a valid README.md
No `README.md` found.
The README.md file should inform others about your project, what it does, and how they can use it. Check out the guidelines on Writing great package pages.
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
51 out of 71 API elements (71.8 %) have documentation comments.
Some symbols that are missing documentation: developer_tools_permission_handler, developer_tools_permission_handler.DeveloperToolEntry.DeveloperToolEntry.new, developer_tools_permission_handler.DeveloperToolsDockConfig.DeveloperToolsDockConfig.new, developer_tools_permission_handler.DeveloperToolsDockConfig.copyWith, developer_tools_permission_handler.DeveloperToolsExtension.DeveloperToolsExtension.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 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Web
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:developer_tools_permission_handler/developer_tools_permission_handler.dartthat imports:package:developer_tools_permission_handler/src/developer_tools_permission_handler_extension.dartthat imports:package:developer_tools_permission_handler/src/request_permission_tool_entry.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `macOS`.
Because:
package:developer_tools_permission_handler/developer_tools_permission_handler.dartthat imports:package:developer_tools_permission_handler/src/developer_tools_permission_handler_extension.dartthat imports:package:developer_tools_permission_handler/src/request_permission_tool_entry.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: 'value' is deprecated and shouldn't be used. Use initialValue instead. This will set the initial value for the form field. This feature was deprecated after v3.33.0-1.0.pre.
lib/src/request_permission_tool_entry.dart:101:15
╷
101 │ value: _selectedPermission,
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/request_permission_tool_entry.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
developer_tools_core |
^0.0.3 |
0.0.4 | 0.0.4 | |
permission_handler |
^12.0.1 |
12.0.3 | 12.0.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.18.3 | |
permission_handler_android |
- | 13.0.1 | 13.0.1 | |
permission_handler_apple |
- | 9.4.10 | 9.4.10 | |
permission_handler_html |
- | 0.1.3+5 | 0.1.3+5 | |
permission_handler_platform_interface |
- | 4.3.0 | 4.3.0 | |
permission_handler_windows |
- | 0.2.1 | 0.2.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.2.0 | 2.4.0 | |
web |
- | 1.1.1 | 1.1.1 |
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.23.12, Flutter 3.44.2, Dart 3.12.2.
Check the analysis log for details.