Nabeel Parkar
Nabeel Parkar
Regarding point 4, the issue is only in debug mode because assertions are disabled in profile and release modes. But I think this is documentation issue rather than a bug....
Please refrain from posting "same here" or "any updates" comments. Do thumbs-up the original issue instead. Please see https://github.com/flutter/flutter/wiki/Issue-hygiene#do-not-add-me-too-or-same-or-is-there-an-update-comments-to-bugs
Hello @mozartee. This issue may already be fixed in the latest stable release of Flutter (3.7.0). Please upgrade and confirm if this still reproduces
Could you provide some steps to reproduce this issue? Can you reproduce it with a new Flutter project?
## Triage report I can reproduce this issue with `Master (3.7.0-29.0.pre.26)`. This only occurs on the HTML renderer on web. Canvaskit, desktop and mobile work fine in my testing Simplified...
@iliyami Please refrain from mentioning people at random. The issue is being looked. It's an engine issue, and take a bit of time to debug and investigate
@guplem In 3.7, the factory constructors do not exist in 3.x for `IconButton`. The APIs seem to already be consistent, and the variants are documented on https://api.flutter.dev. (https://api.flutter.dev/flutter/material/Card-class.html#material.Card.3) Adding factory...
Hey @guplem. Thanks for that catch :) I'll reopen and label this issue as per https://github.com/flutter/flutter/issues/91605#issuecomment-1406843465
Thanks I can reproduce this issue with 3.7. In fact, I've been living with it for a while since triaging requires me to mostly work on master :D
Hello @GroovinChip. Is it possible for you to isolate the issue, and provide a sample that does not include any 3rd party libraries, i.e. `macos_ui`?