csdcorp / speech_to_text

A Flutter plugin that exposes device specific text to speech recognition capability.
BSD 3-Clause "New" or "Revised" License
372 stars 231 forks source link

macOS Support #533

Closed alexrabin-sentracam closed 2 months ago

alexrabin-sentracam commented 2 months ago

Address #231

This pr adds macOS support with a HUGE caveat.

This functionality only works when running the app directly from Xcode. There is a known issue with flutter that macOS crashes when requesting permissions in VSCode https://github.com/flutter/flutter/issues/70374.

I leave this up to the author on if they want to merge this or not. But the functionality does exist.

alexrabin-sentracam commented 2 months ago

Created pr with the wrong branch