Flutter-AssetsAudioPlayer icon indicating copy to clipboard operation
Flutter-AssetsAudioPlayer copied to clipboard

Fix build error on macOS

Open tmpsantos opened this issue 8 months ago • 1 comments

This function is used by the macOS code but it is inside a #if os(iOS) block. After moving this function, it at least compiles.

Fixes #841

tmpsantos avatar Feb 28 '25 14:02 tmpsantos