V9.5.0
New ValueListenable extension that triggers a target command when the source value changes. Works on any ValueListenable including commands, isRunning, results, or plain ValueNotifier. Features: - Optional transform function to convert source value to target param - Smart type handling: direct pass if types match, no-param call if not - Returns ListenableSubscription for manual cancellation