Gordon
Gordon
I neglected to add that the above requires src imports: ```dart import 'package:rive/src/core/core.dart'; import 'package:rive/src/rive_core/state_machine_controller.dart' as core; ```
Or alternatively we can create a Mixin, similar to AnimationLocalListenersMixin. Which is how Flutter's AnimationContoller works when calling `addListener`
Hi @RoyalCoder88, you'll need to update the NDK version in your Android app, see here: https://github.com/rive-app/rive-flutter/blob/master/platform_considerations.md#android Please also make sure that CMake is up to date on your Windows system,...
Hi @umitmutluu, thanks for raising the issue. We'll keep this issue in mind for a future release to avoid naming conflicts for anything exposed in both the Flutter library and...
This looks like the same as #323 Can you try the suggestion mentioned here: https://github.com/rive-app/rive-flutter/issues/323#issuecomment-1638880701
Hi @LuckyLi706, sorry I missed that you're on macOS. Could you check to see if you're running into these problems with a new Flutter project and adding Rive to that....
Hi @cperisson1 Please note the [platform considerations doc](https://github.com/rive-app/rive-flutter/blob/master/platform_considerations.md), you'll need an updated version of clang to compile. Alternatively there may be a problem with your Gradle setup and the versions...
Could you both provide the output you get from running `flutter run --verbose` You can also check to make sure you have CMAKE installed for Android as an SDK Tool....
HI @forYouDevelop , what was the previous version you were on? And what platform are you using, windows/linux/macOS?
No I meant from which platform are you building. If you're using Linux, it may be related to the issue mentioned here: https://github.com/rive-app/rive-flutter/issues/323#issuecomment-1638880701 Please see the [platform_considerations doc](https://github.com/rive-app/rive-flutter/blob/master/platform_considerations.md) for additional...