sirikit_media_intents 0.2.0
sirikit_media_intents: ^0.2.0 copied to clipboard
A Flutter plugin to implement iOS SiriKit Media Intents support.
0.1.0 #
- Basic support for
INPlayMediaIntent:resolveMediaItemsasks the Flutter app for a list of media items;handleexposes the resolved media items to the Flutter app for it to begin playback in background.
0.1.1-dev.1 #
- Specify that the package is a pre-release version
0.1.1 #
- Updates the getting started guide, specifying that the plugin requires a minimun iOS deployment target of 14.0
0.1.2 #
- Updates the README file
0.2.0 #
- Support for dart's async intent handling methods