neodart 0.1.2 neodart: ^0.1.2 copied to clipboard
Extensions and principles for modern Dart development.
CHANGELOG #
0.1.2 #
- Added the following lints:
collection_methods_unrelated_type
combinators_ordering
dangling_library_doc_comments
discarded_futures
implicit_call_tearoffs
implicit_reopen
invalid_case_patterns
library_annotations
type_literal_in_constant_pattern
unnecessary_breaks
unnecessary_library_directive
unnecessary_to_list_in_spreads
unreachable_from_main
use_string_in_part_of_directives
use_super_parameters
0.1.1 #
- Include
include: package:lints/recommended.yaml
as the base set of rules.
0.1.0 #
- Initial release; mostly a fork of
package:matan
with running commentary.