sirikit_media_intents 0.3.3
sirikit_media_intents: ^0.3.3 copied to clipboard
A plugin to implement iOS SiriKit Media Intents support in your Flutter app.
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
0.3.0 #
- Media item artwork support by the intent's "resolve" phase.
0.3.1 #
MediaIntentsHandlerabstract class methods documentation.
0.3.2 #
- Refactor
- Update guide for correctly setting minimum iOS supported version to 14.0 and for a better
FlutterEngineinstantiation in theAppDelegateclass.
0.3.3 #
- Lower the minimum support Dart SDK version to 3.0.0.