Feodor Fitsner
Feodor Fitsner
Remove `./assets` from image URL.
Re: ding on macOS - honestly, I thought it's just me having that annoying sound 😂
Could you share your full build log please?
Nevermind, I see "bin" directories are stripped off from the resulting installation.
audioplayers 1.1.1 on stable Flutter 3.3 still doesn't work on iOS Safari.
Sure, we'll see what can be done to make it faster. I assume you are talking about this functionality: https://api.flutter.dev/flutter/material/showMenu.html We are currently working on roadmap update - I'll make...
Gotcha! It goes to a roadmap.
Adding a small delay makes second example work: ```python import time import flet as ft def main(page: ft.Page): sample_media = [ ft.VideoMedia("https://user-images.githubusercontent.com/28951144/229373720-14d69157-1a56-4a78-a2f4-d7a134d7c3e9.mp4") ] page.theme_mode = ft.ThemeMode.DARK page.title = "Test app"...
Ideally, you should call `is_playing()` in `on_loaded` event handler. Imagine, that video is being loaded in 10 seconds or longer. `page.add` method is not synchronous anyway, but you are trying...
You can try PR without merging: