Skip to content

Commit e922617

Browse files
HayesGordonHayesGordon
andcommitted
Flutter/fix missing hb style get value
Resolves: rive-app/rive-flutter#437 Diffs= c084b3c608 Flutter/fix missing hb style get value (#8665) 5d65f91a4d Draggables (aka scrolling) (#8493) 043dbff5a7 Nnnn data bind fixes part 2 (#8637) 8251557144 make nested animation properties bindable (#8642) f846fe28e9 Layout display & animation duration keyable (#8553) Co-authored-by: Gordon <pggordonhayes@gmail.com>
1 parent f737086 commit e922617

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.rive_head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
42b2ac0cecc712a89d9e896d16c1d0875581aff2
1+
c084b3c60822506bec6410597e7bf4d16ef21d90

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.13.20
2+
3+
- Fix: Windows/Linux building. Undefined symbol `hb_style_get_value`, see issue [437](https://github.com/rive-app/rive-flutter/issues/437)
4+
15
## 0.13.19
26

37
- 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.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rive
2-
version: 0.13.19
2+
version: 0.13.20
33
homepage: https://rive.app
44
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.
55
repository: https://github.com/rive-app/rive-flutter
@@ -21,7 +21,7 @@ dependencies:
2121
http: ">=0.13.3 <2.0.0"
2222
meta: ^1.3.0
2323
plugin_platform_interface: ^2.0.2
24-
rive_common: 0.4.14
24+
rive_common: 0.4.15
2525
dev_dependencies:
2626
flutter_test:
2727
sdk: flutter

0 commit comments

Comments
 (0)