π Issue Description:
Hi Flet Team π,
While running one of the official example codes todo.py from Flet, I encountered the following error:
AttributeError: module 'flet' has no attribute 'icons'. Did you mean: 'Icons'?
π Details:
- Correct Version Should Be:
β οΈ Full Traceback:
File "app.py", line 103, in __init__
icon=ft.icons.ADD, on_click=self.add_clicked
^^^^^^^^
AttributeError: module 'flet' has no attribute 'icons'. Did you mean: 'Icons'?
π§ͺ Environment:
- Python version:
3.10
- Flet version:
0.28.3
- OS: Windows 10
- Running with:
flet app.py
π Suggestion:
Please consider updating the typo from ft.icons.ADD to ft.Icons.ADD in the official example or documentation wherever applicable. This will prevent confusion for beginners trying out Flet for the first time.
π Issue Description:
Hi Flet Team π,
While running one of the official example codes
todo.pyfrom Flet, I encountered the following error:π Details:
π§ͺ Environment:
3.100.28.3flet app.pyπ Suggestion:
Please consider updating the typo from
ft.icons.ADDtoft.Icons.ADDin the official example or documentation wherever applicable. This will prevent confusion for beginners trying out Flet for the first time.