Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sirikit integration with Flutter

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 ?

like image 372
fvisticot Avatar asked Aug 02 '19 16:08

fvisticot


1 Answers

  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 :

    • Creating an iOS Bitcode enabled app (experimental) · flutter/flutter Wiki

      • also read Add Bitcode support for iOS · Issue #15288 · flutter/flutter

  1. Note :
    • To be clear and i didn't use sirikit even for normal development
like image 138
Mohamed Elrashid Avatar answered Nov 08 '22 18:11

Mohamed Elrashid