Upgraded to Dart 2 support and upgraded example project to match latest framework structure.
Connected AudioPlaylistComponent to AudioPlaylist so that the component is rebuilt whenever the ancestor AudioPlaylist is rebuilt.
Fixed iOS bug where platform was not reporting the 'playing' state after going to next song in playlist. This solution is a stopgap and the root cause needs to be found.
Initial Release. Audio can be streamed on Android and iOS.
- Flutter Widgets created: Audio, AudioPlaylist.
- Imperative Object available: AudioPlayer.
- URL playback is supported.
- FFT reporting on Android.