Take a look at this plugin sirikit_media_intents for enabling SiriKit Media Intents (e.g. "play song on my app") in a Flutter app. The plugins source code may be a good starting point for implementing your own solution.
Siri provides several standard intents (e.g. Messaging, Payments, ...) to support your app requirements for user voice interaction.