mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-06-22 06:02:11 +08:00
Bump Flutter runtime version and changelog, small analyze fix
Following our runtimes upgrade docs here: https://www.notion.so/rive-app/Updating-Runtimes-e03da3c30a0448e59e72e82e3e8f9f6f Unsure if this needs to be committed and pushed down first before doing the flutter publish, or after. @luigi-rosso ? Diffs= ca5884788 Bump Flutter runtime version and changelog, small analyze fix (#5495) 500d878a2 fix viewer build (#5493) Co-authored-by: Zachary Plata <plata.zach@gmail.com>
This commit is contained in:
@ -1 +1 @@
|
||||
31d9a54243e694ede76dc133cf209d7b67c13708
|
||||
ca58847887a2b2588d9bcc208314c7319db13a2a
|
||||
|
@ -1,3 +1,6 @@
|
||||
## 0.11.4
|
||||
- Adds interpolation on states feature
|
||||
|
||||
## 0.11.3
|
||||
- Bumps rive_common to add Android namespace to support Gradle 8 (issue [312](https://github.com/rive-app/rive-flutter/issues/312))
|
||||
|
||||
|
@ -143,7 +143,8 @@ class TextModifierRange extends TextModifierRangeBase {
|
||||
_computeRangeMappedCoverage(coverage, _rangeMapper!);
|
||||
}
|
||||
|
||||
// void _computeCharacterCoverage(Float32List coverage, TextShapeResult shape) {
|
||||
// void _computeCharacterCoverage(Float32List coverage, TextShapeResult shape)
|
||||
// {
|
||||
// var length = coverage.length;
|
||||
// _indexFrom = length * offsetModifyFrom;
|
||||
// _indexTo = length * offsetModifyTo;
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: rive
|
||||
version: 0.11.3
|
||||
version: 0.11.4
|
||||
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
|
||||
|
Reference in New Issue
Block a user