We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using kde neon OS 6.0.4 (Linux) which is based on Ubuntu OS ,my
flutter version is 3.22 , the problem is when I activate ShowPopOver function the graphical glitches happening
The code I have used
ListTile( title: Text(text), trailing: Builder( builder: (context) => IconButton( onPressed: () => showPopover( width: 100,height: 100, context: context, bodyBuilder: (context) => NoteSettings(onEditTap: editOnPressed,onDeleteTap: deleteOnPressed,)), icon: const Icon(Icons.more_vert)) ), )
No response
Linux
The text was updated successfully, but these errors were encountered:
Currently experiencing the same issue
Sorry, something went wrong.
@srkrishnan1989 @angelocordero feel free to create a fix.
Experiencing the same on 3.22.2 and resolves on flutter channel master. Seems to be a flutter engine issue possibly related to flutter/engine#50754.
The problem solved on flutter version 3.24
No branches or pull requests
Is there an existing issue for this?
Current Behavior
I am using kde neon OS 6.0.4 (Linux) which is based on Ubuntu OS ,my
flutter version is 3.22 , the problem is when I activate ShowPopOver function the graphical glitches happening
The code I have used
Screencast_20240609_130140.webm
Expected Behavior
No response
What operating system are you seeing the problem on?
Linux
Relevant log output
No response
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: