flutter_tts icon indicating copy to clipboard operation
flutter_tts copied to clipboard

Can't run on android 13

Open ngocsangair01 opened this issue 7 months ago • 2 comments

🐛 Bug Report

I'm just download the example and run on android 13 and it just show the text loading engines and loading languages, so i can't test app.

please help

Reproduction steps

Configuration

Version: flutter_tts 3.8.5

Platform:

  • [ ] :robot: Android 403629097_663513622335519_3599797834094584243_n

ngocsangair01 avatar Dec 13 '23 17:12 ngocsangair01

Need add

  <queries>
    <intent>
      <action android:name="android.intent.action.TTS_SERVICE" />
    </intent>
  </queries>

in your app level AndroidManifest.xml

gsy13213009 avatar Jan 11 '24 09:01 gsy13213009

I'm just download the example, and the TTS_SERVICE already in AndroidManifest.xml

ngocsangair01 avatar Jan 12 '24 03:01 ngocsangair01