1
0
mirror of https://github.com/Picovoice/porcupine.git synced 2022-01-28 03:27:53 +03:00
Files
2022-01-20 20:44:24 -08:00
..
2022-01-20 20:44:24 -08:00
2021-11-25 10:08:21 -08:00
2020-12-14 15:37:15 -08:00
2020-12-14 15:37:15 -08:00
2021-11-25 10:08:21 -08:00
2022-01-20 17:59:14 -08:00
2022-01-20 17:59:14 -08:00
2021-11-25 12:18:59 -08:00

Porcupine Flutter Demo

To run the Porcupine demo on Android or iOS with Flutter, you must have the Flutter SDK installed on your system. Once installed, you can run flutter doctor to determine any other missing requirements for your relevant platform. Once your environment has been set up, launch a simulator or connect an Android/iOS device.

AccessKey

All demos require a valid Picovoice AccessKey at initialization. AccessKeys act as your credentials when using Porcupine SDKs. You can create your AccessKey for free. Make sure to keep your AccessKey secret.

To obtain your AccessKey:

  1. Login or Signup for a free account on the Picovoice Console.
  2. Once logged in, go to the AccessKey tab to create one or use an existing AccessKey.

Once you obtain your AccessKey, replace it in lib/main.dart file:

final String accessKey = "{YOUR_ACCESS_KEY_HERE}"; // AccessKey obtained from Picovoice Console (https://picovoice.ai/console/)

Usage

Run the following command from demo/flutter to build and deploy the demo to your device:

flutter run