mmcc007 / modal_progress_hud

A simple modal progress HUD (heads-up display, or progress indicator) for flutter
MIT License
159 stars 71 forks source link

Size missing exception #18

Closed jasonlaw closed 5 years ago

jasonlaw commented 5 years ago

Seeing this when inAsyncCall = true.

image

mmcc007 commented 5 years ago

Hard to tell without looking at code.

Could be a constraint limit being exceeded in the descendants of child as a result of widgets added around child when inAsyncCall=true

You could try relaxing the constraints on the descendants of child

jasonlaw commented 5 years ago

I am trying to use this on the teddy example from flare package (https://github.com/2d-inc/Flare-Flutter). So may be this is just not an valid issue at all. You may close it. Thanks for the fast response anyway, really appreciate!

mmcc007 commented 5 years ago

Sure.. no prob.

Feel free to re-open if it looks like a problem with this widget

kleyos commented 4 years ago

Hey. the same problem happened in my code when I try to use hud inside of SliverBoxAdapter. How I can workaround this?

kleyos commented 4 years ago

Hey. the same problem happened in my code when I try to use hud inside of SliverBoxAdapter. How I can workaround this?

Resolved. Just wrapped CustomScrollView with hud. not vise-versa