flet icon indicating copy to clipboard operation
flet copied to clipboard

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.

Results 469 flet issues
Sort by recently updated
recently updated
newest added

![iot](https://user-images.githubusercontent.com/60819459/195329412-dd436c19-2316-4916-bf15-ab526913c6a2.svg) ``` # Flet SVG vs PNG Demo - Hololeo Labs # requires flet 0.1.60 # demonstrates using SVG vs PNG scaling pixelation import flet from flet import Image, Page,...

`Vertical Divider` is not showing when I call inside a Container > Row > Container > Row. **Code example to reproduce the issue:** ```python import flet from flet import Container,...

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

Add mouse wheel support for web/desktop. Possibly relevant documents and links: https://www.youtube.com/watch?v=KKDNNXEPhgc https://api.flutter.dev/flutter/gestures/PointerScrollEvent-class.html https://stackoverflow.com/questions/64985580/flutter-web-gesturedetector-detect-mouse-wheel-events https://medium.com/nerd-for-tech/flutter-handling-mouse-events-241108731537

Both in a column, a list or some more complex element it would be interesting to have the possibility of moving the scroll to go forward or backward between what...

**Please Describe The Problem To Be Solved** Some Controls have a tooltip property with already defined styles : color(black), bgcolor(white), font size, location relative to the Control and many more.......

If UI and business logic share same data and/or data are lists, imperative UI model is really verbose. If I use declarative UI model, following code is enough. But if...

https://github.com/flet-dev/flet/blob/05a6e8c32696b0e622139c3ee2aa2bed03ee363a/sdk/python/flet/flet.py#L148-L153

bug

https://github.com/miguelpruivo/flutter_file_picker/pull/985 > ITMS-90683: Missing Purpose String in Info.plist - Your app‘s code references one or more APIs that access sensitive user data. The app‘s Info.plist file should contain a NSPhotoLibraryUsageDescription...

Web, iOS, Android: https://pub.dev/packages/webviewx Windows: https://pub.dev/packages/webview_windows macOS: https://github.com/akaboshinit/flutter_inline_webview_macos