material_design_flet
material_design_flet copied to clipboard
Getting blank screen with the latest flet install
trafficstars
Can you try it again now after the new release? Also please share the error message if there is one.
I think there's an error in the code on your homepage. I had to change the example from the line:
ft.flet.app(target=main)
to:
ft.app(target=main)
In order to make it work.