有安装import 'package:speech_to_text/speech_to_text.dart'的解决方案吗?
is there a solution for the installation of import 'package:speech_to_text/speech_to_text.dart';
我正在构建一个 Speech to text 应用程序,但是当我尝试导入库 speech_to_text
时,我遇到了一条消息 unused import package:speech_to_text/speech_to_text.dart
;
表示尚未使用。继续创建代码,当您使用 tts 时,警告将消失。
我正在构建一个 Speech to text 应用程序,但是当我尝试导入库 speech_to_text
时,我遇到了一条消息 unused import package:speech_to_text/speech_to_text.dart
;
表示尚未使用。继续创建代码,当您使用 tts 时,警告将消失。