Steps to Reproduce
import 'package:flutter/material.dart';
void main() {
runApp(
MaterialApp(
home: Scaffold(
appBar: AppBar(
title: Text('Expansion Tile Splash'),
centerTitle: true,
),
body: TextField(),
),
),
);
}
- In android download and turn on voice access
- In the app, speak "start editing"
- speak "type how are you"
expect: "how are you" is typed into the text field
actual: nothing happened
Steps to Reproduce
expect: "how are you" is typed into the text field
actual: nothing happened