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_fieldflutter pub add auto_lang_fieldFor 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
READMEsection for more details
I really hope this package is helpful for the Flutter developers