nexxplay 1.2.0
nexxplay: ^1.2.0 copied to clipboard
Wrapper for native Android nexxPLAY, which enables usage of the player inside Flutter UI and provides access to native methods.
1.2.0 23.04.2022 #
getCaptionData,getCaptionLanguagesandgetAudioLanguagesmethods were removed.getAudioTracks,getCurrentMediaParentandgetConnectedFilesmethods were added.listLocalMediamethod's result does not contain thelanguage_rawproperty anymore.getCurrentPlaybackStatemethod's result does not contain thecaption_languageproperty anymore.- nexxPLAY Android SDK dependency version is set to 6.2.01.
1.1.0 17.01.2022. #
- Native Android nexxPLAY version was updated to 6.1.03.
- Local media and offline playback are now supported.
- isCasting, getCurrentMedia and getCurrentPlaybackState methods were added.
- getMediaData method was removed.
- Signatures for
swapTo*methods were extended withreasonandshowReturnButtonparameters. - Android's theme is now required to be extended from AndroidX
Theme.AppCompatinheritor (README contains more specifics). - Several bugfixes intrinsic to native Android nexxPLAY were applied, changelog can be found here.
1.0.2 24.11.2021. #
- Upgrade nexxPlay version to 6.0.2
1.0.1 23.11.2021. #
- Upgrade nexxPlay version to 6.0.1
1.0.0 12.11.2021. #
- Plugin with the core functionality released.