Closed OwenMcDonnell closed 4 weeks ago
Thank you for attending to this issue ticket. I'm not sure I understood the solution. According to what was mentioned in the 'Description', ListTile requires a material ancestor to manage colours. Does Flet provides any control that could work as material ancestor for ListTile to deal with its colours renderization?
@ClearSafety try the latest pre-release: pip install flet --pre -U
Simply rerun your app and let us know.
Don't mind the description.
@ndonkoHenri I did it and got the version 0.25.0.dev3614. But for some reason, when I try to run the app, it arises an error in Terminal. When I come back to the version 0.24.1, the app run smothely.
WARNING: Failed to write executable - trying to use .deleteme logic Traceback (most recent call last): File "", line 198, in run_module_as_main File "", line 88, in run_code File "C:\Users\RafaelOliveira\AppData\Local\Programs\Python\Python312\Scripts\flet.exe_main.py", line 7, in File "C:\Users\RafaelOliveira\AppData\Local\Programs\Python\Python312\Lib\site-packages\flet\cli.py", line 24, in main flet_cli.cli.main() File "C:\Users\RafaelOliveira\AppData\Local\Programs\Python\Python312\Lib\site-packages\flet_cli\cli.py", line 88, in main args.handler(args) File "C:\Users\RafaelOliveira\AppData\Local\Programs\Python\Python312\Lib\site-packages\flet_cli\commands\run.py", line 144, in handle from flet_desktop import close_flet_view File "C:\Users\RafaelOliveira\AppData\Local\Programs\Python\Python312\Lib\site-packages\flet_desktop_init.py", line 14, in from flet_core.utils import ( ImportError: cannot import name 'get_arch' from 'flet_core.utils' (C:\Users\RafaelOliveira\AppData\Local\Programs\Python\Python312\Lib\site-packages\flet_core\utilsinit.py)
Description
As mentioned in flutter docs
ListTile
Fixes #4095
Test Code
Type of change
Checklist: