Feodor Fitsner

Results 288 comments of Feodor Fitsner

Maybe we should implement `VideoControllerConfiguration` as a property in `Video` control? I read there could be issues when playing video in simulator. It would be great to control that depending...

Could you please use the template to submit an issue and provide a full build log.

https://channels.readthedocs.io/en/latest/

Please use correct template to submit the issue.

Another package for native menus: https://pub.dev/packages/nativeshell

Good suggestion! It requires implementing of [AutofillGroup](https://api.flutter.dev/flutter/widgets/AutofillGroup-class.html) widget.

Unsubscribe first handler first, like this: ```python def change_page_keyboard_event (e): page.on_keyboard_event.unsubscribe(keyboard1) page.on_keyboard_event = keyboard2 page.update() ``` We should document it somewhere 🤗

That warning is now gone, but another one appeared 🥹

Sorry about that! Flet 0.20.0 includes a new `Video` control. To test Flet apps on Linux, the [libmpv](https://mpv.io/) package must be installed. On Ubuntu/Debian you can install it with `sudo...