We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On some article, it crashes I'm using environment below
flare_flutter: ^2.0.4 nima: ^1.0.5
The getter 'dirtMask' was called on null. I/flutter ( 3789): Receiver: null I/flutter ( 3789): Tried calling: dirtMask The relevant error-causing widget was: I/flutter ( 3789): Container file://**/lib/article/article_widget.dart:165:40 I/flutter ( 3789): I/flutter ( 3789): When the exception was thrown, this was the stack: I/flutter ( 3789): #0 Object.noSuchMethod (dart:core-patch/object_patch.dart:53:5) I/flutter ( 3789): #1 ActorArtboard.advance (package:flare_dart/actor_artboard.dart:322:29) I/flutter ( 3789): #2 VignetteRenderObject.updateActor (package:timeline/article/timeline_entry_widget.dart:111:21) I/flutter ( 3789): #3 VignetteRenderObject.timelineEntry= (package:timeline/article/timeline_entry_widget.dart:140:5) I/flutter ( 3789): #4 TimelineEntryWidget.createRenderObject (package:timeline/article/timeline_entry_widget.dart:40:9) I/flutter ( 3789): #5 RenderObjectElement.mount (package:flutter/src/widgets/framework.dart:5366:28)
ActorArtboard
ActorComponent component = _dependencyOrder[i]; _dirtDepth = i; int d = component.dirtMask;
The text was updated successfully, but these errors were encountered:
It may help.
The error says you're trying to use something called "dirtMask," but it's empty (null). To fix it:
?.
Sorry, something went wrong.
No branches or pull requests
On some article, it crashes
I'm using environment below
flare_flutter: ^2.0.4
nima: ^1.0.5
ActorArtboard
The text was updated successfully, but these errors were encountered: