AI Hololeo
AI Hololeo
Implicit animations: * [x] AnimatedContainer: alignment, width, height, bgcolor, gradient, padding, margin, border_radius, border * [x] AnimatedOpacity - all visible controls * [x] AnimatedSize - all controls, check `Image` for...
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...
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...
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...
**Please Describe The Problem To Be Solved** Presently launching flet for web/html, launches the url in a browser tab. This is great for development but not necessary in production. **(Optional):...
Would be nice to have code syntax highlighting to the markdown component. See discussion here: https://stackoverflow.com/questions/59592640/how-to-add-code-syntax-highlighter-to-flutter-markdown