flutter_langdetect
A Flutter package for detecting the language of a given text using character-wise n-gram models
0.0.2
2.6K downloads/mo
#4863 most downloaded on pub.dev
hiroshi75/flutter_langdetect
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
2 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
2 releases · Apr 2023 to Apr 2023
2024
2025
2026
Releases
latest 2-
0.0.227 Apr 2023 -
0.0.126 Apr 2023Release notes
Open source →Added
- Initial release of
flutter_langdetect. - Language detection functionality inspired by and compatible with the Python
langdetectlibrary and Nakatani Shuyo's language-detection library. - Support for 55 languages.
- Documentation in the form of a
README.mdfile, including a description of the package, usage instructions, and a history section detailing the origins of the project.
- Initial release of