Skip to content

Commit

Permalink
feat: add applyWorkaroundToRiveOnOldAndroidVersions
Browse files Browse the repository at this point in the history
Refactors the library loading to reuse the same code across the different FFI modules.

Introduces a workaround for Android library loading, potentially fixing [403](#403)

Diffs=
d5ed4ca9b feat: add applyWorkaroundToRiveOnOldAndroidVersions (#7485)
1e7b1c030 add missing validations (#7532)

Co-authored-by: Gordon <[email protected]>
  • Loading branch information
HayesGordon and HayesGordon committed Jul 8, 2024
1 parent baa1811 commit 8a101ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
07cbce5511e451396513f9d092a72193d41844f5
d5ed4ca9b68fbea5f9bc5aa6864e2750a9749506
2 changes: 2 additions & 0 deletions lib/rive.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,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;

0 comments on commit 8a101ec

Please sign in to comment.