ds_lint 0.1.4
ds_lint: ^0.1.4 copied to clipboard
Extension of linter rules for altush Flutter projects. Implements imports check, easy_localization, etc
0.1.4 #
0.1.3 #
- fix escape chars processing in easy_localization strings
- add linter rules to project
- add quick fix command "Add to tsv file" to "Not found in easy_localization file" (it refresh actual warnings list too lazy :( )
0.1.2 #
- add avoid_tr_for_non_string_ds rule
- fix avoid_non_translated_string_ds exception handling (use "dart run custom_lint" command for diagnostics)
- add example
0.1.1 #
- bugfixes
0.1.0 #
- initial development release
- added rules:
- avoid_cupertino_package_ds
- avoid_relative_imports_ds
- avoid_non_translated_string_ds