rxlabz / audioplayer

A flutter plugin to play audio files iOS / Android / MacOS / Web ( Swift/Java )
https://pub.dartlang.org/packages/audioplayer
492 stars 189 forks source link

Put currentUrl into /assets/ folder to fix bug with production build #134

Open ArtikUA opened 4 years ago

ArtikUA commented 4 years ago

I've added 'assets/' path in the currentUrl and now it's possible to build your project with 'flutter build web' and it will work without any path issues with the assets folder. It's also work in development mode as before without any issues