Relative Content

Tag Archive for pythonflet

Window click through Flet

Is there any settings that would allow a mouse click to pass through the window? Somthing like this: page.window_click_through = True?

how to pack flet app for windows ? i am facing errors

PS C:UsersalikhOneDriveDesktopVectras> flet build windows
Creating Flutter bootstrap project from gh:flet-dev/flet-build-template with ref 0.22.1…OK
Customizing app icons and splash images…OK
Generating app icons…OK
Packaging Python app…OK
Building Windows app…Resolving dependencies…
fl_chart 0.65.0 (0.68.0 available)
flutter_lints 2.0.3 (4.0.0 available)
flutter_markdown 0.6.23 (0.7.1 available)
flutter_native_splash 2.3.7 (2.4.0 available)
intl 0.18.1 (0.19.0 available)
js 0.6.7 (0.7.1 available)
leak_tracker 10.0.0 (10.0.5 available)
leak_tracker_flutter_testing 2.0.1 (3.0.5 available)
leak_tracker_testing 2.0.1 (3.0.1 available)
lints 2.1.1 (4.0.0 available)
material_color_utilities 0.8.0 (0.11.1 available)
meta 1.11.0 (1.15.0 available)
package_info_plus 4.2.0 (8.0.0 available)
package_info_plus_platform_interface 2.0.1 (3.0.0 available)
petitparser 5.4.0 (6.0.2 available)
sensors_plus 4.0.2 (5.0.1 available)
test_api 0.6.1 (0.7.1 available)
toml 0.14.0 (0.15.0 available)
vm_service 13.0.0 (14.2.2 available)
web_socket_channel 2.4.5 (3.0.0 available)
win32 5.5.0 (5.5.1 available)
xml 6.3.0 (6.5.0 available)
Got dependencies!
22 packages have newer versions incompatible with dependency constraints.
Try flutter pub outdated for more information.

Flet update icon in async

I have problem with flet updating icon, self.value is updating perfect but why icon does not changing at the start of class it adds icon ft.icons.SIGNAL_WIFI_STATUSBAR_NULL_OUTLINED but in async it does not updating in interface