TheEthicalBoy

Results 109 comments of TheEthicalBoy

Did you specify those arguments as mentioned here: https://flet.dev/docs/cli/pack You can also use `flet pack -h` to see the list of available commands.

> I found out that Chip cannot use different label colors for selected and unselected states. Make the changes in your callback function: ```python import flet as ft def main(page:...

A pre-release with the fix concerning this issue is now available. Try it and report if you face any further issues or have any questions: ```bash pip install flet --pre...

Useful links for the dev team: - https://greymag.medium.com/flutter-orientation-lock-portrait-only-c98910ebd769 - https://stackoverflow.com/questions/49418332/flutter-how-to-prevent-device-orientation-changes-and-force-portrait

> We desperately need a foreground service plugin for video and audio on android What do you mean?

22 stars... merge?

How to test all this? Can you share the necessary links, code repro, etc ?

Thanks for the repro code. I think I might not be able to understand fully the error you are describing. I tried both URLs and the video player showed up...

Here is what I get on my MacOS: https://github.com/flet-dev/flet/assets/98978078/fc2f2628-ce50-4802-b492-540458613504 This is perhaps an OS-specific issue?