Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2find/stereo
A Flutter plugin for playing music on iOS and Android.
https://github.com/2find/stereo
android audio audio-player dart flutter flutter-plugin ios library music-player
Last synced: 10 days ago
JSON representation
A Flutter plugin for playing music on iOS and Android.
- Host: GitHub
- URL: https://github.com/2find/stereo
- Owner: 2find
- License: mit
- Created: 2017-08-16T14:34:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T19:23:14.000Z (over 6 years ago)
- Last Synced: 2024-07-12T22:12:08.290Z (7 months ago)
- Topics: android, audio, audio-player, dart, flutter, flutter-plugin, ios, library, music-player
- Language: Dart
- Homepage: https://pub.dartlang.org/packages/stereo
- Size: 31.1 MB
- Stars: 67
- Watchers: 8
- Forks: 18
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
* ``### iOS
Add the following key to your `Info.plist` file:
* `NSAppleMusicUsageDescription`## Example
See the [example documentation](example/README.md) for more information.
## Changelog
See [CHANGELOG.md](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](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:
* **joelfaul** for fixing an interference with the [audio_recorder](https://pub.dartlang.org/packages/audio_recorder) library