Skip to content

Commit

Permalink
Bump Flutter runtime version and changelog, small analyze fix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
zplata and zplata committed Jun 27, 2023
1 parent 93c1ca8 commit 13adb8d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
31d9a54243e694ede76dc133cf209d7b67c13708
ca58847887a2b2588d9bcc208314c7319db13a2a
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

Expand Down
3 changes: 2 additions & 1 deletion lib/src/rive_core/text/text_modifier_range.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 13adb8d

Please sign in to comment.