Skip to content
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

Flutter Assertion Error #148413

Open
opensourcepj opened this issue May 15, 2024 · 1 comment
Open

Flutter Assertion Error #148413

opensourcepj opened this issue May 15, 2024 · 1 comment
Labels
in triage Presently being triaged by the triage team waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds

Comments

@opensourcepj
Copy link

Steps to reproduce

render object as follows
creator: Stack ← ValueListenableBuilder ← Stack ← CoolSwiper ← Padding ←
MediaQuery ← Padding
← SafeArea ← Container ← Column ← Padding ← Container ← ⋯
parentData: not positioned; offset=Offset(0.0, 0.0) (can use size)
constraints: BoxConstraints(0.0<=w<=339.4, 0.0<=h<=Infinity)
size: MISSING
alignment: AlignmentDirectional.topStart
textDirection: ltr
fit: loose

Expected results

assertion explained

Actual results

The following assertion was thrown during performLayout():
'package:flutter/src/rendering/stack.dart': Failed assertion: line 600 pos 12:
'size.isFinite': is
not true.

Code sample

Code sample
[Paste your code here]

Screenshots or Video

Screenshots / Video demonstration

[Upload media here]

Logs

Logs
[Paste your logs here]

Flutter Doctor output

Doctor output
[Paste your output here]
@darshankawar darshankawar added the in triage Presently being triaged by the triage team label May 16, 2024
@darshankawar
Copy link
Member

@opensourcepj
Please try to provide a reproducible code sample that triggers the reported error. Without code sample, we won't be able to make the issue actionable.

@darshankawar darshankawar added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in triage Presently being triaged by the triage team waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds
Projects
None yet
Development

No branches or pull requests

2 participants