auto_lang_field
packageI was working on a feature in a project and I want to catch the locale of the text inside the TextField
to change the direction
of the widget and TextStyle
as well
I have build a flutter package to handle this.
pub.dev
: auto_lang_field
flutter pub add auto_lang_field
For customization I also created this repo contains +81 languages data to customize the language detection if you want languages, also check the Language Detection Considerations in the package
README
section for more details
I really hope this package is helpful for the Flutter developers