Skip to content

Commit

Permalink
chore: release flutter 0.13.11
Browse files Browse the repository at this point in the history
Forgot to expose this new API from rive_common to rive_flutter in previous release

Diffs=
e5920f4a0 chore: release flutter 0.13.11 (#7682)

Co-authored-by: Gordon <pggordonhayes@gmail.com>
  • Loading branch information
HayesGordon and HayesGordon committed Jul 25, 2024
1 parent aec635b commit 6b974b4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
04597f29db9096b7f3df078a15b32e84d2a88892
e5920f4a03339ac7c3b12ce2287404b7ed38687c
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## 0.13.11

- Add `applyWorkaroundToRiveOnOldAndroidVersions`. Experimental workaround when loading native libraries on Android 6 (see [this issue](https://github.com/rive-app/rive-flutter/issues/403)). The method should be called before using any Rive APIs.

## 0.13.10

- Fix [408](https://github.com/rive-app/rive-flutter/issues/408) and [409](https://github.com/rive-app/rive-flutter/issues/409), Rive never reaching a settled state when the widget is not visible (paint method not called).
- Add `applyWorkaroundToRiveOnOldAndroidVersions`. Experimental workaround when loading native libraries on Android 6 (see [this issue](https://github.com/rive-app/rive-flutter/issues/403)). The method should be called before using any Rive APIs.

## 0.13.9

Expand Down
4 changes: 2 additions & 2 deletions lib/rive.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ export 'package:rive/src/runtime_event.dart';
export 'package:rive/src/runtime_mounted_artboard.dart';
export 'package:rive/src/runtime_nested_artboard.dart';
export 'package:rive/src/widgets/rive_animation.dart';
// export 'package:rive_common/src/dynamic_library_helper.dart'
// show applyWorkaroundToRiveOnOldAndroidVersions;
export 'package:rive_common/src/dynamic_library_helper.dart'
show applyWorkaroundToRiveOnOldAndroidVersions;
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.13.10
version: 0.13.11
homepage: https://rive.app
description: Rive 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 6b974b4

Please sign in to comment.