words 0.0.2+2
words: ^0.0.2+2 copied to clipboard
A curated collection of lints for use by Dart packages to ensure higher program safety and to promote best practices, selected and maintained by WordCollector.
0.0.2+2 #
- Added:
use_enumsuse_super_parameters
0.0.2+1 #
- Edited package description.
0.0.2 #
- Added:
eol_at_end_of_filelibrary_private_types_in_public_apinoop_primitive_operationsprefer_null_aware_method_callsuse_test_throws_matchersdepend_on_referenced_packages
- Removed:
constant_identifier_names~ Enumerator values should be in PascalCase, and not in camelCase. Thus, theconstant_identifier_namesrule was tedious to work with and disable.
0.0.1+2 #
- Enabled stricter type checks through
analyzeroptions.
0.0.1+1 #
- Added EXAMPLE.md.
0.0.1 #
- Initial release.