-
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
LateInitializationError #297
Comments
Hey @FredslundMagnus thanks for reporing this. Could you post the file here or send it to [email protected] if it's a private file? |
Hey @luigi-rosso I have sent the file to your mail, if a link is good enough then: |
I am having the same issue |
Please give |
This resolved my issue. Thank you 👍 |
Glad to hear it! Thanks for reporting. |
version:3.0.0-nullsafety.1、3.0.1,there is this problem:[ERROR:flutter/shell/common/shell.cc(93)] Dart Unhandled Exception: Exception: LateInitializationError: Field '_paint@2346459774' has not been initialized., stack trace: #0 FlutterActorImage._paint (package:flare_flutter/flare.dart) |
My flare file size more than 10MB,maybe this is the cause of the problem? |
I got following error using:
flare_flutter: ^3.0.0-nullsafety.0
════════ Exception caught by rendering library ═════════════════════════════════
The following LateError was thrown during paint():
LateInitializationError: Field '_setupAABB@322245341' has not been initialized.
The relevant error-causing widget was
FlareActor
lib\card.dart:126
When the exception was thrown, this was the stack
0 FlareActorRenderObject._setupAABB (package:flare_flutter/flare_actor.dart)
package:flare_flutter/flare_actor.dart:1
1 FlareActorRenderObject.aabb
package:flare_flutter/flare_actor.dart:221
2 FlareRenderBox.paint
package:flare_flutter/flare_render_box.dart:175
3 RenderObject._paintWithContext
package:flutter/…/rendering/object.dart:2322
4 PaintingContext.paintChild
package:flutter/…/rendering/object.dart:189
...
The following RenderObject was being processed when the exception was fired: FlareActorRenderObject#eb411
RenderObject: FlareActorRenderObject#eb411
parentData: (can use size)
constraints: BoxConstraints(0.0<=w<=179.7, h=136.7)
size: Size(179.7, 136.7)
════════════════════════════════════════════════════════════════════════════════
It only happened for one of my .flr files, however, on previous versions of flare_flutter there was no error. I can probably fix this by redrawing that .flr file, however, this problem might stil be worth fixing.
The text was updated successfully, but these errors were encountered: