ixsans / text_to_speech

A Flutter plugin provides TTS (Text-To-Speech) Service
BSD 3-Clause "New" or "Revised" License
16 stars 22 forks source link

LanguagesCodes list displays in debug build but does not display after I build APK and install it manually. #5

Open cjjustin opened 2 years ago

cjjustin commented 2 years ago

@override void initState() { super.initState(); WidgetsBinding.instance?.addPostFrameCallback((_) { initLanguages(); }); }

The function initLanguages(); is not being initialised, with the above lines, need help