flutter_corelibrary icon indicating copy to clipboard operation
flutter_corelibrary copied to clipboard

Add custom linter rule to prevent usage of string literals in widgets

Open bdmendes opened this issue 3 months ago • 8 comments

When using internalization (e.g. through a package such as i18n), no text placed in the UI should be hardcoded to one language. We could implement a custom linter rule to prevent this from happening.

bdmendes avatar Mar 22 '24 13:03 bdmendes