Feodor Fitsner
Feodor Fitsner
https://api.flutter.dev/flutter/widgets/RichText-class.html
Is that screenshot an SVG?
There is no way to display HTML in a Flet app. I guess it could be some web view - we might implement that in the future. For Charts implementation...
Watched the video? So, the issue is that a new window size is not restored after app restart?
Enable logging and see what's being loaded and from where: ```python import logging logging.basicConfig(level=logging.DEBUG) ```
Ah, well, that UI is built *before* user app's data is loaded. I think it would be possible to customize with a custom Flet app runner which is coming soon™.
Flutter: https://www.youtube.com/watch?v=lHhRhPV--G0 Flet is a server driven UI, which means that the server decides what the client should display via a JSON payload and the app displays it (so logic...
https://maikklein.github.io/unreal-rust-1/ It's not a transpiler. It's not 1:1 mapping. Server-driven. Replaces Dart+Backend server with Python. How regular SPA/mobile clients done? Tell about replacing backend servers, pros and cons. Auth, pub-sub,...
Can I use any Python library with Flet?
I tested on "Shape" tab and it worked, more or less - see a screen recording below. Have to say successful copying to clipboard in safari strongly depends on a...