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