mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-08-23 08:01:47 +08:00

* fix(rive_native): incorrect key forwarding to child widgets * docs: update CHANGELOG fix nested events conflicting with parent events (#10326) 51f1f66e31 add support for view model trigger based listeners (#10323) e7ef71b568 add advanced phase to render loop (#10318) af18705be2 * add reset phase to render loop support setting bindable artboard from data bind (#10317) 559f237078 Prevent pointer events when interacting with scroll view (#10251) 40592c7963 Currently, when items are inside a scroll view, when the scroll view is dragged and released, the item's click event will still trigger its listener if the same item is hovered. This adds a way to disable pointer events. In this implementation, when a scroll drag begins, we set the GestureClickPhase to disabled which prevents clicks from being captured. Co-authored-by: Gordon <pggordonhayes@gmail.com>