player icon indicating copy to clipboard operation
player copied to clipboard

fix: playlist creation

Open lucagoslar opened this issue 1 year ago • 0 comments

This PR fixes the playlist creation on mobile devices. (Find the working web app implementation here and the affected API documentation here.)

Since most dependencies, if not all, are outdated, I had issues building the application. Below, you can find instructions to solve those issues on a machine running the latest Xcode and iOS simulator versions.

flutter pub upgrade
sed -i '' 's/fading_edge_scrollview: \^3\.0\.0/fading_edge_scrollview: \^4\.1\.1/' pubspec.yaml

lucagoslar avatar Nov 09 '24 12:11 lucagoslar