From 030d9f83a3a6aebc080b75113c328cc27b515758 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Tue, 9 Jun 2020 03:31:35 +1000 Subject: [PATCH] Document new features --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dae138..86e6121 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ A Flutter plugin to play audio from URLs, files, assets and DASH/HLS streams. Th | set speed | ✅ | ✅ | ✅ | ✅ | | clip audio | ✅ | | | ✅ | | dispose | ✅ | ✅ | ✅ | ✅ | -| catch player errors | ✅ | | | | +| report player errors | ✅ | ✅ | ✅ | | +| request headers | ✅ | ✅ | ✅ | | 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).