alphacep / vosk-flutter

Apache License 2.0
50 stars 30 forks source link

using Hot restart case PlatformException(INITIALIZE_FAIL, SpeechService instance already exist., null, null) #27

Open binSaed opened 3 months ago

binSaed commented 3 months ago

We can fix it by returning speechService if it exists instead of result.error("INITIALIZE_FAIL", "SpeechService instance already exist.", null);

Screenshot 2024-03-17 at 11 21 28 PM