flutter
stereo plugin
a flutter plugin for playing music on ios and android.
![[2025] Stereo - Flutter Music Player (2OS) stereo - flutter music player (2os)](https://i0.wp.com/raw.githubusercontent.com/2find/stereo/master/example/doc/example.jpg?w=770&ssl=1)
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.