-
Notifications
You must be signed in to change notification settings - Fork 477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RangeError #191
Comments
If possible, could you share you |
flare_flutter: ^1.5.15 |
I think that this might be the problem, our current version is 1.7.0. I've just tested them on my end, and they seem to be displaying correctly. |
when i try it on 1.7.0. Compiler message: my flutter version is 1.9.1+hotfix.6 |
I apologize, the latest version is |
Thank you, when i upgrade to 1.7.1, it works. can you provide a old version tool match 1.5.15 ? |
I'm not sure I understand, do you need a version of your file that works with 1.5.15? What's your use case? |
It's a long story, my team is trying out dynamic deploy code on ios with flutter, we code in dart, compile it to js, run in flutter. When we used flare-flutter, We appreciate it very much, so we integrate it in our host ,the version is 1.5.15, currently we need a tool to export .flr file that work on 1.5.15. @umberto-sonnino |
We totally understand the use case, and really want to start supporting it soon! In the meantime, is there anything we can do to help get you upgraded to 1.7.1? We’re really curious about dynamic deploy too and would love to see if we can help. |
Thanks for your reply,this time we have a plan B, and upgrade our host app to 1.7.1 soon. |
E/flutter (22329): [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: Exception: RangeError (byteOffset): Invalid value: Not in range 0..129, inclusive: 130
E/flutter (22329): #0 _ByteDataView.getUint16 (dart:typed_data-patch/typed_data_patch.dart:4367:7)
E/flutter (22329): #1 BinaryReader.readUint16Array (package:flare_dart/binary_reader.dart:66:22)
E/flutter (22329): #2 ActorImage.read (package:flare_dart/actor_image.dart:147:32)
E/flutter (22329): #3 ActorArtboard.readComponentsBlock (package:flare_dart/actor_artboard.dart:372:34)
E/flutter (22329): #4 ActorArtboard.read (package:flare_dart/actor_artboard.dart:325:11)
E/flutter (22329): #5 Actor.readArtboardsBlock (package:flare_dart/actor.dart:165:22)
E/flutter (22329): #6 Actor.load (package:flare_dart/actor.dart:137:11)
E/flutter (22329):
E/flutter (22329): #7 FlutterActor.loadFromByteData (package:flare_flutter/flare.dart:746:17)
E/flutter (22329):
E/flutter (22329): #8 _IsolateConfiguration.apply (package:flutter/src/foundation/_isolates_io.dart:77:16)
E/flutter (22329): #9 _spawn. (package:flutter/src/foundation/_isolates_io.dart:84:45)
E/flutter (22329):
E/flutter (22329): #10 Timeline.timeSync (dart:developer/timeline.dart:161:22)
E/flutter (22329): #11 _spawn (package:flutter/src/foundation/_isolates_io.dart:82:18)
maybe some bug appears when export a .flr file since 2019.11.13
The text was updated successfully, but these errors were encountered: