flet
flet copied to clipboard
Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
This is a very generic control. like this: https://github.com/EdsonBueno/infinite_scroll_pagination _Originally posted by @jet10000 in https://github.com/flet-dev/flet/discussions/50_
Similar products: * Slack * Matter most * Zulip * Rocket.chat
https://github.com/bitsdojo/bitsdojo_window
* [ ] Use localStorage instead of sessionStorage to track session when the app is installed as PWA * [ ] Reduce reconnection timeout for faster dehydration * [ ]...
https://github.com/flutter/flutter/issues/33709#issuecomment-730660020 https://wakamaifondue.com/beta/
Hi, I can prevent window from getting minimized but not maximize. Is there any way to achieve this ?
Hi. How about the feature that when clicking on an image, there will be a popup control displaying on the window with zooming in the image? I have checked the...
**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):...
https://flutils.fly.dev/#/ The above link is an app i made with the latest flet version (0.1.62) But the clipboard is still not working as expected. Similar issue(already closed): https://github.com/flet-dev/flet/issues/423
Sample code causing deadlock: ```python import flet from flet import Container, Page, Text, UserControl class MyControl(UserControl): def build(self): print("i am built") self.c = Container() self.c.bgcolor = "blue" self.c.content = Text("hello...