woosignal 4.0.0 woosignal: ^4.0.0 copied to clipboard
WooCommerce REST API for dart, connect a WooCommerce store and start developing with our interface for their API endpoints.
We analyzed this package 23 hours ago, and awarded it 140 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/woosignal/flutter-woocommerce-api/issues
was unreachable. Make sure that the website is reachable via HEAD
requests.
Failed to verify repository 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: woosignal
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Unable to access git repository: Could not accept branch name: 4.x
.
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
98 out of 1868 API elements (5.2 %) 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: api_data
, api_data.ApiData
, api_data.ApiData.ApiData
, api_data.ApiData.ApiData.fromJson
, api_data.ApiData.description
.
10/10 points: Package has an example and has no issues with screenshots
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:woosignal/woosignal.dart
that imports:package:woosignal/networking/api_provider.dart
that imports:package:device_meta/device_meta.dart
that imports:package:nylo_support/local_storage/local_storage.dart
that imports:package:nylo_support/nylo.dart
that imports:package:nylo_support/exceptions/validation_exception.dart
that imports:package:nylo_support/validation/rules.dart
that imports:package:nylo_support/helpers/extensions.dart
that imports:package:nylo_support/helpers/ny_logger.dart
that imports:package:nylo_support/helpers/helper.dart
that imports:package:app_badge_plus/app_badge_plus.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:woosignal/woosignal.dart
that imports:package:woosignal/networking/api_provider.dart
that imports:package:device_meta/device_meta.dart
that imports:package:nylo_support/local_storage/local_storage.dart
that imports:package:nylo_support/nylo.dart
that imports:package:nylo_support/exceptions/validation_exception.dart
that imports:package:nylo_support/validation/rules.dart
that imports:package:nylo_support/helpers/extensions.dart
that imports:package:nylo_support/helpers/ny_logger.dart
that imports:package:nylo_support/helpers/helper.dart
that imports:package:app_badge_plus/app_badge_plus.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:woosignal/woosignal.dart
that imports:package:woosignal/networking/api_provider.dart
that imports:package:device_meta/device_meta.dart
that imports:package:nylo_support/local_storage/local_storage.dart
that imports:package:nylo_support/nylo.dart
that imports:package:nylo_support/exceptions/validation_exception.dart
that imports:package:nylo_support/validation/rules.dart
that imports:package:nylo_support/helpers/extensions.dart
that imports:package:nylo_support/helpers/ny_logger.dart
that imports:package:nylo_support/helpers/helper.dart
that imports:package:app_badge_plus/app_badge_plus.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:woosignal/woosignal.dart
that imports:package:woosignal/networking/api_provider.dart
that imports:package:device_meta/device_meta.dart
that imports:package:nylo_support/local_storage/local_storage.dart
that imports:package:nylo_support/nylo.dart
that imports:package:nylo_support/exceptions/validation_exception.dart
that imports:package:nylo_support/validation/rules.dart
that imports:package:nylo_support/helpers/extensions.dart
that imports:package:nylo_support/helpers/ny_logger.dart
that imports:package:nylo_support/helpers/helper.dart
that imports:package:nylo_support/networking/ny_api_service.dart
that imports:package:nylo_support/networking/dio_api_service.dart
that imports:package:nylo_support/helpers/ny_cache.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:woosignal/woosignal.dart
that imports:package:woosignal/networking/api_provider.dart
that imports:package:device_meta/device_meta.dart
that imports:package:nylo_support/local_storage/local_storage.dart
that imports:package:nylo_support/nylo.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart
that declares support for platforms:Linux
.
Package does not support platform `iOS`.
Because:
package:woosignal/woosignal.dart
that imports:package:woosignal/networking/api_provider.dart
that imports:package:device_meta/device_meta.dart
that imports:package:nylo_support/local_storage/local_storage.dart
that imports:package:nylo_support/nylo.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart
that declares support for platforms:Linux
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:woosignal/woosignal.dart
that imports:package:woosignal/networking/api_provider.dart
that 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.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
device_meta |
^2.0.0 |
2.0.1 | 2.0.1 |
dio |
^5.7.0 |
5.7.0 | 5.7.0 |
encrypt |
^5.0.3 |
5.0.3 | 5.0.3 |
flutter |
flutter |
0.0.0 | 0.0.0 |
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.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.