flet
flet copied to clipboard
Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
Flet should support text metrics to allow for more precise layout of text. Use case: creating a 'pager' of text content where user can displays one page at a time...
https://stackoverflow.com/a/44342278
Would be useful to get a guide on how to interact with the Fletd server with a running app. This way any client can send/receive commands to the running UI...
Its really great of you guys to make this awesome GUI lib for python. Earlier I used Tkinter, PyQt and other GUI libs but I think Flet deserves to be...
Apps packaged for desktop by pyinstaller show 'Flet' name and icon in doc. Instead it should only show developer's app icon and app title.
Desktop app should support adding menuing to the Top bar menu (File, Edit, View etc). Adding menu and sub category with callbacks to flet methods. Also branding 'About' screen for...
In web/desktop client support for right click and mouse wheel would be helpful. Adding custom menu options with native os controls.
In the Flet web client, a bridge is needed with the javascript/html page the app is hosted on. Flet should be able to call javascript (with json payload as parameter)...
User will be able to drag and drop a file or folder on the desktop client. Flet will be able to get the file/folder path. This could also work for...
https://pub.dev/packages/file_picker https://stackoverflow.com/questions/58793993/how-to-convert-uint8list-image-to-file-image-for-upload-in-flutter-web https://stackoverflow.com/questions/56252856/how-to-pick-files-and-images-for-upload-with-flutter-web