Skip to content
/ stereo Public
forked from 2find/stereo

A Flutter plugin for playing music on iOS and Android.

License

Notifications You must be signed in to change notification settings

faku99/stereo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stereo plugin for Flutter

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

Example

See the example documentation for more information.

Changelog

See CHANGELOG.md.

Contributing

Feel free to contribute by opening issues and/or pull requests. Your feedback is very welcome!

License

This project is licensed under the MIT License. See LICENSE file for more information.

Credits

Stereo has been developed and is maintained by faku99, ludelafo and Daxidz.

In no particular order, we credit the following people for their invaluable contributions:

About

A Flutter plugin for playing music on iOS and Android.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 40.2%
  • Objective-C 31.3%
  • Java 24.6%
  • Ruby 3.9%