mirror of
https://github.com/rive-app/rive-flutter
synced 2025-07-08 21:55:30 +00:00
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:
@ -1 +1 @@
|
||||
8d1fdd16ad196c3acca18faa89db2e1f4ef94365
|
||||
42b2ac0cecc712a89d9e896d16c1d0875581aff2
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user