Documentation for web
This commit is contained in:
parent
fb3511b7f7
commit
338401b23f
29
README.md
29
README.md
|
@ -4,21 +4,21 @@ A Flutter plugin to play audio from URLs, files, assets and DASH/HLS streams. Th
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
| Feature | Android | iOS |
|
| Feature | Android | iOS | Web |
|
||||||
| ------- | :-------: | :-----: |
|
| ------- | :-------: | :-----: | :-----: |
|
||||||
| read from URL | ✅ | ✅ |
|
| read from URL | ✅ | ✅ | ✅ |
|
||||||
| read from file | ✅ | (untested) |
|
| read from file | ✅ | (untested) | |
|
||||||
| read from asset | ✅ | (untested) |
|
| read from asset | ✅ | (untested) | |
|
||||||
| DASH | ✅ | (untested) |
|
| DASH | ✅ | (untested) | (untested) |
|
||||||
| HLS | ✅ | (untested) |
|
| HLS | ✅ | (untested) | (untested) |
|
||||||
| play/pause/stop/seek | ✅ | ✅ |
|
| play/pause/stop/seek | ✅ | ✅ | ✅ |
|
||||||
| set volume | ✅ | (untested) |
|
| set volume | ✅ | (untested) | (untested) |
|
||||||
| set speed | ✅ | (untested) |
|
| set speed | ✅ | (untested) | (untested) |
|
||||||
| custom actions | ✅ | (untested) |
|
| custom actions | ✅ | (untested) | (untested) |
|
||||||
| clip audio | ✅ | |
|
| clip audio | ✅ | | ✅ |
|
||||||
| dispose | ✅ | ✅ |
|
| dispose | ✅ | ✅ | ✅ |
|
||||||
|
|
||||||
This plugin has been tested on Android, and is being made available for testing on iOS. Please consider reporting any bugs you encounter [here](https://github.com/ryanheise/just_audio/issues) or submitting pull requests [here](https://github.com/ryanheise/just_audio/pulls).
|
This plugin has been tested on Android and Web, and is being made available for testing on iOS. Please consider reporting any bugs you encounter [here](https://github.com/ryanheise/just_audio/issues) or submitting pull requests [here](https://github.com/ryanheise/just_audio/pulls).
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
|
@ -54,5 +54,4 @@ await player.dispose();
|
||||||
## Todo
|
## Todo
|
||||||
|
|
||||||
* FLAC support
|
* FLAC support
|
||||||
* Web support
|
|
||||||
* Gapless playback
|
* Gapless playback
|
||||||
|
|
Loading…
Reference in New Issue