name: speech_to_text description: A Flutter plugin that exposes device specific speech to text recognition capability. environment: sdk: ">=2.1.0 <3.0.0" flutter: ">=1.10.0" dependencies: flutter: sdk: flutter json_annotation: ^3.0.0 clock: ^1.0.1 dev_dependencies: flutter_test: sdk: flutter build_runner: ^1.0.0 json_serializable: ^3.0.0 fake_async: ^1.0.1 flutter: plugin: platforms: android: package: com.csdcorp.speech_to_text pluginClass: SpeechToTextPlugin ios: pluginClass: SpeechToTextPlugin