sap_gui_scripting 0.0.2
sap_gui_scripting: ^0.0.2 copied to clipboard
True multi-threaded SAP GUI Automation for Dart & Flutter (Windows). Native C++/COM bridge with STA dispatcher enabling parallel SAP session scripting via Dart isolates. Provides 71 typed GUI componen [...]
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.2Alternatively, 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';