flet
flet copied to clipboard
Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
My problem is with the URL for Android phones because when I open the URL in the browser and it sends me to the flet app my project does not...
**Description** Chinese glyphs of text cannot be displayed correctly font: SourceHanSansSC-Normal.otf , 100% suppose Chinese **Code example to reproduce the issue:** full codes: [Github Link](https://github.com/for-the-zero/practice.zip/tree/main/py/apkget) ```python import flet as ft...
**Description** When you make a build on macOS (arm) with `flet build` that causes a crash (e.g. because of a seemingly unsupported dependency), the app will crash the first time...
DeprecationWarning: Call to __init__() is deprecated since version 0.21.0 and will be removed in version 1.0. UserControl is deprecated. See https://flet.dev/docs/getting-started/custom-controls. super().__init__()
Closes #848 Test Code: ```py import flet as ft def main(page: ft.Page): page.add( ft.AutoFillGroup( ft.Column( controls=[ ft.TextField( label="Name", autofill_hints=ft.AutoFillHint.NAME, ), ft.TextField( label="Email", autofill_hints=[ft.AutoFillHint.EMAIL], ), ft.TextField( label="Phone Number", autofill_hints=[ft.AutoFillHint.TELEPHONE_NUMBER], ), ft.TextField(...
when creating an authentication page, my browser never asks me if it can save the password for me. There is an HTML property for `TextField`: `autocomplete="username" and autocomplete="current-password"` that appears...
#### Description Update file_picker to 6.2.1 to fix the following issues: - https://github.com/flet-dev/flet/issues/884 - https://github.com/flet-dev/flet/issues/1184 --- The following is a quote from [Changelog](https://pub.dev/packages/file_picker/changelog). > 6.2.1 Desktop (Windows) The initialDirectory parameter...
Unhandled exception: PathAccessException: Deletion failed, path = 'C:\Users\ABDELR~1\AppData\Local\Temp\hostpython3.11_7264d0b' (OS Error: The process cannot access the file because it is being used by another process. , errno = 32) #0 _checkForErrorResponse...
When I try to build a project using ```powershell flet build apk --include-packages flet_video ``` I'm getting something like this ```powershell Creating Flutter bootstrap project...OK Customizing app icons and splash...