This repository automatically downloads the ailia SDK.
When integrating the ailia SDK into a new application, add the following to pubspec.yaml.
ailia:
git:
url: https://github.com/axinc-ai/ailia-sdk-flutter.git
ref: main
ailia_audio:
git:
url: https://github.com/axinc-ai/ailia-audio-flutter.git
ref: main
ailia_tokenizer:
git:
url: https://github.com/axinc-ai/ailia-tokenizer-flutter.git
ref: main
ailia_speech:
git:
url: https://github.com/axinc-ai/ailia-speech-flutter.git
ref: main
ailia_voice:
git:
url: https://github.com/axinc-ai/ailia-voice-flutter.git
ref: main
ailia_llm:
git:
url: https://github.com/axinc-ai/ailia-llm-flutter.git
ref: main
Also, for macOS, it is necessary to set com.apple.security.app-sandbox to false in macos/Runner/Release.entitlements and macos/Runner/Debug.entitlements.