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

Swiping up and down a small area crashes the app #233

Open
sangnguyen-it opened this issue Mar 28, 2022 · 6 comments
Open

Swiping up and down a small area crashes the app #233

sangnguyen-it opened this issue Mar 28, 2022 · 6 comments

Comments

@sangnguyen-it
Copy link

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

@ziqq
Copy link

ziqq commented Apr 7, 2022

I have same issue. Any news?

@ziqq
Copy link

ziqq commented Apr 22, 2022

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

@ziqq
Copy link

ziqq commented Jun 10, 2022

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

@jamesblasco
Copy link
Owner

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

@ziqq
Copy link

ziqq commented Sep 5, 2022

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

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

@ziqq
Copy link

ziqq commented Sep 6, 2022

@jamesblasco thx it's work fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants