flutter_langdetect library

Functions

detect(String text) String
Detect language of the input text and return Language code.
detectLangs(String text) List<Language>
Detect language of the input text and return Language codes and probabilities.
initLangDetect() Future<void>
Initialize the language detection library.