flutter_langdetect 0.0.2 flutter_langdetect: ^0.0.2 copied to clipboard
A Flutter package for detecting the language of a given text using character-wise n-gram models
Changelog #
All notable changes to the flutter_langdetect
project will be documented in this file.
[0.0.2] - 2023-04-27 #
Added documentation.
[0.0.1] - 2023-04-25 #
Added #
- Initial release of
flutter_langdetect
. - Language detection functionality inspired by and compatible with the Python
langdetect
library and Nakatani Shuyo's language-detection library. - Support for 55 languages.
- Documentation in the form of a
README.md
file, including a description of the package, usage instructions, and a history section detailing the origins of the project.