Fix rive common size annotation

Based on issue reported here https://github.com/rive-app/rive-flutter/issues/347#issuecomment-1979496123

Diffs=
f4ef0e301 Fix rive common size annotation (#6886)
e0e55a59e Remove the Queue from Metal PLS (#6852)

Co-authored-by: Luigi Rosso <luigi-rosso@users.noreply.github.com>
This commit is contained in:
luigi-rosso
2024-03-16 04:46:29 +00:00
parent b53ddd7cd6
commit 380ae10d79
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
337f9df1c04ace751fe16ed2b014477155d9cbfc
f4ef0e301ea18efa2863b2bff5450d0b6dfa8f67

View File

@ -1,3 +1,7 @@
## 0.13.1
- Fixed an issue causing crashes on 32 bit devices
## 0.13.0
- Adds support for Audio.

View File

@ -1,5 +1,5 @@
name: rive
version: 0.13.0
version: 0.13.1
homepage: https://rive.app
description: Rive 2 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.3.2
rive_common: 0.3.3
dev_dependencies:
flutter_test:
sdk: flutter