idempierews_dart 1.2.0
idempierews_dart: ^1.2.0 copied to clipboard
Soap Client for iDempiere ERP, from dart code base you can send request and receive response from iDempiere/Adempiere/Compiere ERP
We analyzed this package 24 hours ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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: GPL-3.0.
10/10 points: 20% or more of the public API has dartdoc comments
99 out of 341 API elements (29.0 %) have documentation comments.
Some symbols that are missing documentation: idempierews_dart, idempierews_dart.ComponentInfo, idempierews_dart.ComponentInfo.ComponentInfo.new, idempierews_dart.ComponentInfo.componentName, idempierews_dart.ComponentInfo.name.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:idempierews_dart/idempierews_dart.dartthat imports:package:idempierews_dart/src/net.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 39 issues. Showing the first 2:
INFO: Statements in an if should be enclosed in a block.
lib/src/base.dart:543:7
╷
543 │ ┌ throw Exception(
544 │ └ 'WebService ${webService.getWebServiceMethod()} not allowed for Composite Operation');
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/base.dart
INFO: Dangling library doc comment.
lib/src/enums.dart:19:1
╷
19 │ /// WebService Type Definition
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/enums.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
extension |
^1.0.0 |
1.0.0 | 1.0.0 | |
hex |
^0.2.0 |
0.2.0 | 0.2.0 | |
http |
^1.6.0 |
1.6.0 | 1.6.0 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
xml |
^6.6.1 |
6.6.1 | 7.0.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
meta |
- | 1.18.3 | 1.18.3 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^6.6.1` on xml does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions xml 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.12, Dart 3.12.0.
Check the analysis log for details.