Skip to content

Commit 6b974b4

Browse files
HayesGordonHayesGordon
andcommitted
chore: release flutter 0.13.11
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>
1 parent aec635b commit 6b974b4

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.rive_head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
04597f29db9096b7f3df078a15b32e84d2a88892
1+
e5920f4a03339ac7c3b12ce2287404b7ed38687c

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
## 0.13.11
2+
3+
- 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.
4+
15
## 0.13.10
26

37
- 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).
4-
- 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.
58

69
## 0.13.9
710

lib/rive.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ export 'package:rive/src/runtime_event.dart';
4646
export 'package:rive/src/runtime_mounted_artboard.dart';
4747
export 'package:rive/src/runtime_nested_artboard.dart';
4848
export 'package:rive/src/widgets/rive_animation.dart';
49-
// export 'package:rive_common/src/dynamic_library_helper.dart'
50-
// show applyWorkaroundToRiveOnOldAndroidVersions;
49+
export 'package:rive_common/src/dynamic_library_helper.dart'
50+
show applyWorkaroundToRiveOnOldAndroidVersions;

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rive
2-
version: 0.13.10
2+
version: 0.13.11
33
homepage: https://rive.app
44
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.
55
repository: https://github.com/rive-app/rive-flutter

0 commit comments

Comments
 (0)