Feodor Fitsner

Results 288 comments of Feodor Fitsner

I went through https://docs.flutter.dev/development/accessibility-and-localization/internationalization and it's a kind of scary how it's made on Flutter side. I'm thinking about approach on Python (app) side instead. Also, let's not forget that...

What would be your use case, could you please elaborate?

Displaying Flet app inside another Android, iOS app is on our roadmap and will be implemented soon: https://flet.dev/blog/flet-mobile-strategy#flet-widget-for-flutter Is it what you are looking for?

Yep, looks like https://pub.dev/packages/pasteboard is the way to go.

OK, thanks. I'm yet to become familiar with conda. How did you install `flet` module? Do you have `/Users/cls/miniforge3/envs/flet-test/lib/python3.10/site-packages/flet/bin` folder?

That could mean conda prefered/downloaded source distribution instead of a wheel. When you install `flet` with `pip` on macOS it pulls either `flet-0.1.51-py3-none-macosx_12_0_arm64.whl` or `flet-0.1.51-py3-none-macosx_10_14_x86_64.whl`: https://pypi.org/project/flet/#files Do you have an...

OK, thanks for confirming it works with `pip`. I might play with conda sometime later. Would you mind if I rename this issue to "Flet module does not include binaries...

1 - that's expected as the dropdown cannot be drawn outside the application window. Flutter dropdown is not a native OS dropdown which has its own "window" - it's just...