flet
flet copied to clipboard
Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
## Added Properties: - [`AppBar`](https://flet.dev/docs/controls/appbar): elevation_on_scroll, exclude_header_semantics, force_material_transparency, is_secondary, shadow_color, surface_tint_color, clip_behavior, title_spacing - [`AlertDialog`](https://flet.dev/docs/controls/alertdialog): action_button_padding, clip_behavior, icon_padding, shadow_color, surface_tint_color - [`Divider`](https://flet.dev/docs/controls/divider): leading_indent, trailing_indent - [`Card`](https://flet.dev/docs/controls/card): clip_behavior, is_semantic_container, show_border_on_foreground, variant...
### Discussed in https://github.com/flet-dev/flet/discussions/1190 Originally posted by **ewribeiro** March 17, 2023 ### Question How to change the background color of a dropdown option selection menu? I used bgcolor and color...
Flutter bootstrap directory: /var/folders/0z/j9wwzxsj2k3fz7gft1ws_kkc0000gn/T/flet_flutter_build_6HXfbDb24Q Additional Flutter dependencies: {} Creating Flutter bootstrap project...OK Customizing app icons and splash images...OK Generating app icons... Run subprocess: ['/Users/temi/Desktop/desktop1//RayFlutter/flutter/bin/dart', 'run', 'flutter_launcher_icons'] Resolving dependencies in /private/var/folders/0z/j9wwzxsj2k3fz7gft1ws_kkc0000gn/T/flet_flutter_build_6HXfbDb24Q......
**Description** Building Flet app with numpy completes with no error on mac, but built app crashes right after opening a window. **Code example to reproduce the issue:** ```python import flet...
I was inspired by streamlit library, it has session_state, which is very convenient for me. I made something similar. ```python # main.py import flet as ft from .utils import test_global_context,...
I make mobile app on Flet and I need to block rotation. What I need to do? Does Flet can fix rotation of the phone ?
**Description** Installed the new version pip install flet==0.21.1 I built aab bundle using `flet build aab --no-ios-splash --verbose` command After this when I tried uploading the aab file on google...
**Description** After building an Android APK using Flet, the app crashes when reopened after being closed with the back button. The crash does not occur if the app is closed...
**Description:** I converted a code I copied from the website into an .apk file using the "flet build apk" command and transferred it to my phone. When I run the...
### Discussed in https://github.com/flet-dev/flet/discussions/2334 To-do items: * [ ] Modify `flet build` bootstrap project template to read signing info from `key.properties`. * [ ] Handle `key.properties` in the root of...