carapacik_lints 1.3.0
carapacik_lints: ^1.3.0 copied to clipboard
The most necessary lints for Flutter to encourage good coding practices.
1.3.0 #
- Bumped the minimum required Dart SDK version to 2.19
- Add
collection_methods_unrelated_type - Add
combinators_ordering - Add
dangling_library_doc_comments - Add
enable_null_safety - Add
implicit_call_tearoffs - Add
library_annotations - Add
unnecessary_library_directive - Add
unreachable_from_main - Add
use_string_in_part_of_directives - Remove
strong-modesection - Change license
1.2.2 #
- Remove
unnecessary_finalagain - Add new method to example
1.2.1 #
- Remove
avoid_classes_with_only_static_members - Remove
unnecessary_final - Add
prefer_final_locals
1.2.0 #
- Bumped the minimum required Dart SDK version to 2.18
- Add new rule:
discarded_futures - Add new rule:
unnecessary_null_aware_operator_on_extension_on_nullable - Add new rule:
unnecessary_to_list_in_spreads
1.1.6 #
- The same as in 1.2.1 for Dart 2.17
1.1.5 #
- Remove
combinators_ordering - Remove
prefer_final_locals - Remove
unreachable_from_main - Remove
discarded_futures - Remove
unnecessary_null_aware_operator_on_extension_on_nullable - Remove
unnecessary_to_list_in_spreads
1.1.4 #
- Add
combinators_ordering - Add
unreachable_from_main - Add
use_string_in_part_of_directives - Add
unawaited_futuresback - Remove
avoid_relative_lib_imports - Remove
invariant_booleans - Rename analysis_options.yaml to core.yaml
- Remove .metadata file
1.1.3 #
- Remove
prefer_expression_function_bodies - Ignore generated files (with .gr and .gen)
1.1.2 #
- Remove dependency on Flutter
1.1.1 #
- Remove
library_private_types_in_public_api - Set the minimum required Flutter SDK version to 3.0.0
1.1.0 #
- Remove
unawaited_futures - Bumped the minimum required Dart SDK version to 2.17
- Update README
1.0.7 #
- The same as in 1.2.1 for Dart 2.16
1.0.6 #
- Remove not recognized lint rules
1.0.5 #
- The same as in 1.1.4 for Dart 2.16
1.0.4 #
- The same as in 1.1.3 for Dart 2.16
1.0.3 #
- Remove
avoid_classes_with_only_static_members - Remove
flutter_style_todos
1.0.2 #
1.0.1 #
- Remove
prefer_final_parameters - Remove
public_member_api_docs
1.0.0 #
- Initial release (Dart SDK version to 2.16)