material_design_flet icon indicating copy to clipboard operation
material_design_flet copied to clipboard

Getting blank screen with the latest flet install

Open riyajshaikhcantire opened this issue 2 years ago • 2 comments
trafficstars

riyajshaikhcantire avatar Jul 08 '23 13:07 riyajshaikhcantire

Can you try it again now after the new release? Also please share the error message if there is one.

LineIndent avatar Jul 09 '23 08:07 LineIndent

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.

linuxiamo avatar Aug 08 '23 17:08 linuxiamo