-
Notifications
You must be signed in to change notification settings - Fork 226
Closed
Labels
Description
<-- Thanks for using Rive!
If something isn't working like you expected, please:
- Make sure you've updated rive-flutter to the latest version:
https://pub.dev/packages/rive/versions - Check out our documentation
https://rive.app/community/doc - Get help on our forums
https://rive.app/community/forums/home - You can file a new feature request at
https://rive.app/community/forums/feature-requests/fsnweJpNLqIh
If you think you found a bug or if you can't find what you're looking for
in our docs, fill out the template below.
-->
Description
<-- A clear and concise description of what the problem is. -->
report RangeError (length): Invalid value: Not in inclusive range 0..11: 12 error when use Data Binding Artboard to switch main artboard's commponent
Steps To Reproduce
Steps to reproduce the behavior:
- create two artboart convert components
- create a view model artboard property
- in the main artboart insert component , and source bind Databind above artboard property
- in the rive app run fine, can switch the component
- export the riv file
- in the flutter app,just init the rive file
- print(viewModelInstance.properties.toString());
- see error: RangeError (length): Invalid value: Not in inclusive range 0..11: 12
rive file:
Please change the file extension to .riv.
xxx.txt
Expected behavior
<-- A clear and concise description of what you expected to happen. -->
sholed no error
Device & Versions (please complete the following information)
- Device: iphone 11 pro
- OS: iOS 18
- Flutter Version: Flutter 3.35.7
- rive: ^0.14.0-dev.14