Flutter tutorials

Use these tutorials to quickly voice enable apps built with Flutter:

Building a voice assistant for a Flutter app

Learn how create a voice assistant for a Flutter app from scratch and write simple voice commands.

Navigating between screens (Flutter)

Learn how to send commands to a Flutter app, handle commands on the app side and navigate between views with voice.

Passing the app state to the dialog script (Flutter)

Learn how to pass the app state from a Flutter app to the dialog script with visual state, access the data passed with visualState in the dialog script and filter intents by the app state.

Sending data to the dialog script (Flutter)

Learn how to send data from a Flutter app to the dialog script and use it for other voice commands.