when I call flutter_tts.getVoices and parse the returned data, I get different results on Windows browser vs iOS Safari
I expected both results would be the same. Both display fine, but the data is different.
I take the return from get voices, filter it for the locale, then map it to a list of Strings for display in a listview in FlutterFlow. Does flutter_tts distinguish between Windows and iOS in its returned value? I see that the list on Windows is prefaced with "Microsoft".
🐛 Bug Report
when I call flutter_tts.getVoices and parse the returned data, I get different results on Windows browser vs iOS Safari
I expected both results would be the same. Both display fine, but the data is different.
I take the return from get voices, filter it for the locale, then map it to a list of Strings for display in a listview in FlutterFlow. Does flutter_tts distinguish between Windows and iOS in its returned value? I see that the list on Windows is prefaced with "Microsoft".
Windows 10, iOS 17.5.1
Version: 0.1.x
Platform: