modal_bottom_sheet icon indicating copy to clipboard operation
modal_bottom_sheet copied to clipboard

Swiping up and down a small area crashes the app

Open sunny0092 opened this issue 2 years ago • 6 comments

I using modal_bottom_sheet: ^2.0.1 Just scrolling up and down the app crashes, white screen shows error. CODE:

 showBarModalBottomSheet(
                expand: true,
                context: context,
                isDismissible: true,
                duration: Duration(milliseconds: 300),
                backgroundColor: Colors.transparent,
                builder: (context) {
                  return CatalogFilterPage(isShowCatalog: true, filter: filter);
                },
              ).then((value) {
                if (value is FilterModel) {
                  setState(() => setFilterCallback(value));
                }
              });

ERROR: Screen Shot 2022-03-28 at 16 44 04

Screen Shot 2022-03-28 at 16 44 20

bottomsheet_error

sunny0092 avatar Mar 28 '22 09:03 sunny0092

I have same issue. Any news?

ziqq avatar Apr 07 '22 06:04 ziqq

Any news? I have same bug. When will it be resolved?

ziqq avatar Apr 22 '22 07:04 ziqq

@marcsanny Will Pop working with bug check this https://recordit.co/Xp5sEacfbj

ziqq avatar Jun 10 '22 13:06 ziqq

Could you confirm this is fixed in last version of the app?

jamesblasco avatar Sep 05 '22 10:09 jamesblasco

Could you confirm this is fixed in last version of the app?

Ok. As soon as I check, I will definitely give feedback.

ziqq avatar Sep 05 '22 11:09 ziqq

@jamesblasco thx it's work fine.

ziqq avatar Sep 06 '22 06:09 ziqq