carapacik_lints 1.1.7
carapacik_lints: ^1.1.7 copied to clipboard
The most necessary lints for Flutter to encourage good coding practices.
1.1.7 #
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_futures
back - 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.8 #
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)