gorilla_linter 0.0.5 gorilla_linter: ^0.0.5 copied to clipboard
A highly sophisticated linter for Flutter apps.
gorilla_linter #
A highly sophisticated linter for Flutter apps.
Added a rule for flutter_lints that I think is even better.
Install #
dev_dependencies:
gorilla_linter: any
Linters #
- avoid_using_hardcoded_strings
Avoid using hardcoded strings in Text widgets. Use i18n or similar internationalization techniques instead. - avoid_using_return_string_literal Avoid using to return strings. Use i18n or similar internationalization techniques instead.