From 13adb8da86a3c0b3b05dd6b870f47a4f575c7d1b Mon Sep 17 00:00:00 2001 From: zplata Date: Tue, 27 Jun 2023 17:20:07 +0000 Subject: [PATCH] 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 --- .rive_head | 2 +- CHANGELOG.md | 3 +++ lib/src/rive_core/text/text_modifier_range.dart | 3 ++- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.rive_head b/.rive_head index c5fb219..a2b625d 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -31d9a54243e694ede76dc133cf209d7b67c13708 +ca58847887a2b2588d9bcc208314c7319db13a2a diff --git a/CHANGELOG.md b/CHANGELOG.md index 40ff594..ef3cd5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/lib/src/rive_core/text/text_modifier_range.dart b/lib/src/rive_core/text/text_modifier_range.dart index b4888c1..52c0e21 100644 --- a/lib/src/rive_core/text/text_modifier_range.dart +++ b/lib/src/rive_core/text/text_modifier_range.dart @@ -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; diff --git a/pubspec.yaml b/pubspec.yaml index 864bc27..02218b7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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