You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I debugged it locally on my PC (python3 main.py), and the ListTile component seemed to cover the parent component Card (because Card did not display color). Then I planned to debug on Android (flet run --android), and found that it showed the effect I wanted in Flet APP (but the SegmentedButton component lost its border)
So here is the view on the PC (same on the Web or compiled apk):
Here is the view on the Android Flet APP:
I'm not sure if it's a problem with my code or with the new version of flet.
Duplicate Check
Describe the bug
Recently I was developing an accounting software, here is part of issue code:
but I encountered some problems during debugging:
I debugged it locally on my
PC
(python3 main.py
), andthe ListTile component
seemed to coverthe parent component Card
(becauseCard
did not display color). Then I planned to debug onAndroid
(flet run --android
), and found that it showed the effect I wanted in Flet APP (but the SegmentedButton component lost its border)So here is the view on the PC (same on the Web or compiled apk):
Here is the view on the Android Flet APP:
I'm not sure if it's a problem with my code or with the new version of flet.
Code sample
Code
To reproduce
As mentioned above.
Expected behavior
No response
Screenshots / Videos
Captures
[Upload media here]
Operating System
Linux
Operating system details
Ubuntu 24.04.1 LTS, Android 15
Flet version
0.26.0
Regression
No, it isn't
Suggestions
No response
Logs
Logs
[Paste your logs here]
Additional details
No response
The text was updated successfully, but these errors were encountered: