umgc / fall2022

SWEN 670 Fall 2022 cohort
Creative Commons Zero v1.0 Universal
4 stars 3 forks source link

Investigate technical approach for iOS Siri integration #244

Closed mdconatser closed 1 year ago

mdconatser commented 2 years ago

Consider integration with Flutter/Xcode Consider the functionality and constraints placed on us by Siri. Determine set of realistic functions that would be useful for our purposes Determine if we could potentially fulfill our "Chatbot" requirements with the voice assistant instead

Document findings of approaches considered, and why they should be selected or excluded as we need this information in the TDD. Place findings in the documents as a draft, no need for extensive polishing within this task. Some content may be moved out later to the Programmers Guide.

Additionally, if implementation appears to be simple, developing a proof of concept (or locating an existing one built by someone else) would also be great for our next presentation.

inoah1 commented 2 years ago

The only plugin I found that enables us to integrate with Siri is called Flutter Siri Suggestions - https://pub.dev/packages/flutter_siri_suggestions

Pros

Cons

The alternative to using this plugin would be to use Sirikit and develop custom intents in the native app code.