sap_gui_scripting 0.0.2 copy "sap_gui_scripting: ^0.0.2" to clipboard
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 [...]

0.0.2 #

  • Comprehensive bilingual (EN/ES) README with architecture diagrams, API reference, component catalog, usage patterns, and troubleshooting guide.
  • Dartdoc documentation on all public classes and key methods.
  • Upgraded win32 dependency to ^6.2.0 (Pub.dev score compatibility).
  • Fixed COMObjectPointer<NativeType> for win32 v6 compatibility.

0.0.1 #

  • Initial release.
  • Native C++/COM bridge via FFI with STA dispatcher for thread-safe SAP GUI access.
  • SapOrchestrator session pool with per-script Isolate.spawn execution.
  • SapObject and SapApi low-level FFI wrappers for all SAP GUI Scripting properties and methods.
  • Full set of typed SAP GUI component wrappers (71 classes): GuiSession, GuiApplication, GuiMainWindow, GuiButton, GuiTextField, GuiTableControl, GuiTree, GuiToolbar, etc.
  • runScriptSafely / useSapSession helpers for safe script execution in isolates.
  • GuiComponentType enum mapping all SAP GUI component type numbers.
  • ISapApi and ISapObject interfaces for mocking and testing.
  • 360+ unit tests covering core FFI bridge and all GUI component wrappers.
  • Comprehensive bilingual (EN/ES) README with architecture diagrams, API reference, component catalog, usage patterns, and troubleshooting guide.
  • Dartdoc documentation on all public classes and key methods.
  • Updated win32 dependency to ^6.2.0 for Pub.dev score compatibility.
5
likes
140
points
6
downloads

Documentation

Documentation
API reference

Publisher

verified publisherjavivc.site

Weekly Downloads

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 component wrappers, session pooling, and a mockable architecture for RPA and bulk extraction.

Homepage
Repository (GitHub)
View/report issues

Topics

#sap #automation #rpa #win32 #ffi

License

MIT (license)

Dependencies

ffi, image, path, win32

More

Packages that depend on sap_gui_scripting