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_typecombinators_orderingdangling_library_doc_commentsdiscarded_futuresimplicit_call_tearoffsimplicit_reopeninvalid_case_patternslibrary_annotationstype_literal_in_constant_patternunnecessary_breaksunnecessary_library_directiveunnecessary_to_list_in_spreadsunreachable_from_mainuse_string_in_part_of_directivesuse_super_parameters
0.1.1 #
- Include
include: package:lints/recommended.yamlas the base set of rules.
0.1.0 #
- Initial release; mostly a fork of
package:matanwith running commentary.