-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
MacosPopupButton - ScrollController not attached to any scroll views #309
Comments
Hi @anilcngz, I cannot reproduce this issue with your provided code snippet on Flutter v3.3.3. It seems like an exception thrown by older Flutter versions. Could you also post your |
Hi @whiplashoo, below you can find it:
|
Hi @whiplashoo , was this helpful? Please let me know if there is anything I can provide. |
I can't reproduce this either with the example app or with your code snippet (with Flutter v3.3.4 and macos_ui v1.7.6). @GroovinChip can you have a look as well? |
I'll give it a shot, yeah. |
I face the same issue. Kindly fix this bug ASAP. |
I have the same issue: |
This is already fixed with #300 - but not yet published as 1.7.6 on pub.dev. |
Hi folks. Apologies for the delay. I'll publish 1.7.6 to pub ASAP. |
When I click on MacosPopupButton, I am getting the following exception:
Unhandled Exception: 'package:flutter/src/widgets/scroll_controller.dart': Failed assertion: line 151 pos 12: '_positions.isNotEmpty': ScrollController not attached to any scroll views.
macos_ui: ^1.7.5
Code
Logs
The text was updated successfully, but these errors were encountered: