sap_gui_scripting 0.0.1
sap_gui_scripting: ^0.0.1 copied to clipboard
True multi-threaded SAP GUI Automation for Dart & Flutter. Native C++/COM bridge with STA dispatcher for parallel SAP session scripting on Windows.
We analyzed this package 21 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: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
15 out of 2191 API elements (0.7 %) 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: dart_and_c_typedefs, dart_and_c_typedefs.ConnectC, dart_and_c_typedefs.ConnectDart, dart_and_c_typedefs.FreeStringC, dart_and_c_typedefs.FreeStringDart.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Windows
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:sap_gui_scripting/sap_gui_scripting.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:sap_gui_scripting/sap_gui_scripting.dartthat declares support for platforms:Windows.
Package does not support platform `Linux`.
Because:
package:sap_gui_scripting/sap_gui_scripting.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:sap_gui_scripting/sap_gui_scripting.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:sap_gui_scripting/sap_gui_scripting.dartthat declares support for platforms:Windows.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ffi |
^2.1.4 |
2.2.0 | 2.2.0 | |
image |
^4.8.0 |
4.10.1 | 4.10.1 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
win32 |
^5.15.0 |
5.15.0 | 6.4.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 4.3.0 | 4.3.0 | |
meta |
- | 1.19.0 | 1.19.0 | |
posix |
- | 6.5.2 | 6.5.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^5.15.0` on win32 does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions win32 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.19, Dart 3.13.4.
Check the analysis log for details.