flutter stereo plugin
a flutter plugin for playing music on ios and android.
features
- play/pause
- stop
- duration / seek to position
- load track from path
- load track from library
installation
first, add stereo
as a dependency in your pubspec.yaml
file.
android
add the following permission to your androidmanifest.xml
file:
<uses-permission android:name="android.permission.read_external_storage"/>
ios
add the following key to your info.plist
file:
nsapplemusicusagedescription
Comments are closed.