I'm building a Speech to text app but when I try to import the library speech_to_text
, I'm facing to that message unused import package:speech_to_text/speech_to_text.dart
;
it means that its not used yet. continue creating the code and when you use the tts, the warning will go away.