Play Music on iOS and Android using Flutter Plugin

You are currently viewing Play Music on iOS and Android using Flutter Plugin
Flutter Stereo Plugin

Play Music on iOS and Android using Flutter Plugin

Stereo plugin for Flutter

A Flutter plugin for playing music on iOS and Android.

Flutter Stereo Plugin
Flutter Stereo Plugin

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

Example

See the example documentation for more information.

See also  Reply Material Design App for Flutter

Credit

This is developed by 2find
Download this project from the below link.
https://github.com/2find/stereo/archive/refs/heads/master.zip
You can visit original source page from the below link:
https://github.com/2find/stereo

Spread the love

Leave a Reply