9

I need to provide SiriKit feature to my Flutter application. It is not very clear for me if it is possible or not.

For my point of view, it is not possible because Flutter does not support Bitcode generation.

In parallele I can see that bit code support is planned or some people have done some tests regarding this.

Can someone clarify the status ?

fvisticot
  • 7,936
  • 14
  • 49
  • 79
  • Siri is free, so I prefer that. However, there's other voice assistants out there ... I haven't used this yet, but it seems easy to integrate into flutter: https://www.youtube.com/watch?v=BXp1yGZURUM&ab_channel=AlanAI – thebiggestlebowski Jul 12 '23 at 11:58

1 Answers1

3
  1. For SiriKit APIs

    • Flutter Platform Chanel

      Flutter uses a flexible system that allows you to call platform-specific APIs whether available in Java or Kotlin code on Android, or in Objective-C or Swift code on iOS.


  1. for bit code support see :


  1. Note :
    • To be clear and i didn't use sirikit even for normal development
Mohamed Elrashid
  • 8,125
  • 6
  • 31
  • 46