wordpress_client 9.3.0
wordpress_client: ^9.3.0 copied to clipboard
A library to interact with the Wordpress REST API. Supports most of the common endpoints and all of the CRUD operations on the endpoints.
We analyzed this package 10 hours ago, and awarded it 150 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Funding URL doesn't exist.
At the time of the analysis https://www.buymeacoffee.com/arunprakashg was unreachable. Make sure that the website is reachable via HEAD requests.
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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
1501 out of 2612 API elements (57.5 %) have documentation comments.
Some symbols that are missing documentation: wordpress_client.AuthorizationBuilder.AuthorizationBuilder.new, wordpress_client.AuthorizationFailedException, wordpress_client.AuthorizationFailedException.AuthorizationFailedException.new, wordpress_client.AuthorizationFailedException.errorType, wordpress_client.AuthorizationFailedException.message.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:wordpress_client/wordpress_client.dartthat imports:package:wordpress_client/src/library_exports.dartthat imports:package:wordpress_client/src/requests/requests_export.dartthat imports:package:wordpress_client/src/requests/create/create_media.dartthat imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:wordpress_client/wordpress_client.dartthat imports:package:wordpress_client/src/library_exports.dartthat imports:package:wordpress_client/src/requests/requests_export.dartthat imports:package:wordpress_client/src/requests/create/create_media.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 63 issues. Showing the first 2:
INFO: Angle brackets will be interpreted as HTML.
lib/src/authorization/methods/basic_auth.dart:53:23
╷
53 │ /// Returns a Future<String> containing the Basic Auth header value.
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/authorization/methods/basic_auth.dart
INFO: Angle brackets will be interpreted as HTML.
lib/src/fluent/builders.dart:245:46
╷
245 │ /// Builder for list operations: returns List<T>.
│ ^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/fluent/builders.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
cookie_jar |
^4.0.8 |
4.0.8 | 4.0.8 | |
dio |
^5.6.0 |
5.9.0 | 5.9.0 | |
dio_cookie_manager |
^3.3.0 |
3.3.0 | 3.3.0 | |
http_parser |
^4.0.2 |
4.1.2 | 4.1.2 | |
meta |
^1.12.0 |
1.17.0 | 1.17.0 | |
path |
^1.8.3 |
1.9.1 | 1.9.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
mime |
- | 2.0.0 | 2.0.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
universal_io |
- | 2.3.1 | 2.3.1 | |
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.2, Dart 3.10.0.
Check the analysis log for details.