Vinayak Vanarse

Results 4 comments of Vinayak Vanarse

Looks like after google search I found Error code 2 means Network_error. Still not sure how to fix it in android-emulator x86 in Flutter.

And here is the complete code file Flutter import 'package:flutter/material.dart'; import 'package:speech_recognition/speech_recognition.dart'; import 'package:tts/tts.dart'; class SpeechBot extends StatefulWidget { @override _SpeechBotState createState() => new _SpeechBotState(); } class _SpeechBotState extends State...