Release/flutter 0.13.19

Releases rive_flutter
- Resolves more building issues from recent changes in text fallback (7986d64d83)
- Introduces `isTouchScrollEnabled` which behaves similar to the web runtime

Diffs=
42b2ac0cec Release/flutter 0.13.19 (#8661)
08df0095bb Add Android Gold checks (#8617)

Co-authored-by: Gordon <pggordonhayes@gmail.com>
This commit is contained in:
HayesGordon
2024-11-29 12:13:06 +00:00
parent 16d549f77c
commit f737086960
3 changed files with 5 additions and 4 deletions

View File

@ -1 +1 @@
8d1fdd16ad196c3acca18faa89db2e1f4ef94365
42b2ac0cecc712a89d9e896d16c1d0875581aff2

View File

@ -1,6 +1,7 @@
## Upcoming
## 0.13.19
- Adds the `isTouchScrollEnabled` property to `RiveAnimation` and `Rive` widgets. When `true` allows scrolling behavior to occur on Rive widgets when a touch/drag action is performed on touch-enabled devices. Defauls to `false`, which means Rive will "absorb" the pointer down event and a scroll cannot be triggered if the touch occured within a Rive Listener area. Setting to `true` will impact Rive's capability to handle multiple gestures simultaneously.
- Bump to latest `rive_common`, v0.4.14.
## 0.13.18

View File

@ -1,5 +1,5 @@
name: rive
version: 0.13.18
version: 0.13.19
homepage: https://rive.app
description: Rive Flutter Runtime. This package provides runtime functionality for playing back and interacting with animations built with the Rive editor available at https://rive.app.
repository: https://github.com/rive-app/rive-flutter
@ -21,7 +21,7 @@ dependencies:
http: ">=0.13.3 <2.0.0"
meta: ^1.3.0
plugin_platform_interface: ^2.0.2
rive_common: 0.4.13
rive_common: 0.4.14
dev_dependencies:
flutter_test:
sdk: flutter