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.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sap_gui_scriptingWith Flutter:
$ flutter pub add sap_gui_scriptingThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sap_gui_scripting: ^0.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:sap_gui_scripting/sap_gui_scripting.dart';