Armando Jimenez

Results 81 comments of Armando Jimenez

For me it does not appear with a cold start, it appears only if the app is already opened

any fix for this? now the app is crashing, is this abandoned?

Any update on this? is so hard to widget test this, and there is not any info online

Anyone know how to deal with this?

constraints: const BoxConstraints(maxWidth: 400), Nothing I try works

> I was able to fix this by playing around with alertPadding in AlertStyle BoxConstraints width parameters still don't work, but the alert was able to fit full device width....

The problem is with tablets, boxConstraints does not work for max height and width

Is this going to be worked on? Its easy reproducible, the constraint param does not work, add a long text to the description param and use a tablet, the dialog...

![IMG_0002](https://user-images.githubusercontent.com/28992210/146452102-377d1da6-95f8-4e09-a84b-20c465f445eb.PNG) Example, the dialog is taking the width of the string passed to desc param, also happens with the title. my constrain code: `constraints: const BoxConstraints(maxWidth: 400),` Nothing works in...

Is there any fix for this?