core/commands/native_tap/native_tap library
Classes
- NativeTapAdbExecutionFailed
-
adbbinary could not be launched. - NativeTapAdbFailed
-
adb shell input tapexited non-zero. - NativeTapAndroid
- Android tap succeeded.
- NativeTapIosSimulator
- iOS Simulator tap delegated to in-process tap (UIApplication.sendEvent).
- NativeTapMacosUnsupported
- macOS — not supported.
- NativeTapNoSession
- No active fdb session found.
- NativeTapPhysicalIosUnsupported
- Physical iOS device — not yet supported.
- NativeTapPlatformUnsupported
- Unsupported platform.
- NativeTapResult
- Result of a nativeTap invocation.
Functions
-
nativeTap(
NativeTapInput input) → Future< NativeTapResult> - Taps native (non-Flutter) UI elements using platform-specific tools.
Typedefs
- NativeTapInput = ({double x, double y})
- Input parameters for nativeTap.