DNS resolution is already done by the OS/browser before Dart sees the request. This makes it impossible to implement true Brave-style blocking, where unwanted requests are cut off before they ever ...
In flutter_vlc_player, I would like to have access to the timestamp of each decoded (or soon-to-be-rendered) frame, such as PTS (presentation timestamp) or DTS (decoding timestamp). Synchronizing ...