carapacik_lints 3.13.1
carapacik_lints: ^3.13.1 copied to clipboard
The most necessary lints for Flutter to encourage good coding practices
3.13.1 #
- Removes the deprecated
unnecessary_await_in_returnlint.
3.13.0 #
- Updates the minimum Dart SDK version to 3.13.
- Adds the following lints:
- Removes the deprecated
avoid_private_typedef_functionslint. - Replaces analyzer options with lints:
strict-castswithno_dynamic_casts.strict-raw-typeswithno_raw_types.
3.12.0 #
- Adds the following lints:
3.11.0 #
- Adds the
simplify_variable_patternlint. - Removes the following lints:
3.10.2 #
- Removes the
no_adjacent_strings_in_listlint.
3.10.1 #
- Removes the
omit_local_variable_typeslint.
3.10.0 #
- Aligns the package version with the Dart version.
1.14.0 #
- Updates the minimum Dart SDK version to 3.10.
- Adds the
remove_deprecations_in_breaking_versionslint.
1.13.0 #
- Updates the minimum Dart SDK version to 3.9.
- Adds the following lints:
1.12.0 #
- Updates the minimum Dart SDK version to 3.8.
- Adds the following lints:
1.11.1 #
- Removes the following lints:
1.11.0 #
- Updates the minimum Dart SDK version to 3.7.
- Adds the following lints:
- Temporarily removes the
require_trailing_commaslint.
1.10.0 #
- Updates the minimum Dart SDK version to 3.6.
- Adds the following lints:
- Removes the following lints:
1.9.2 #
- Removes the
unsafe_htmllint.
1.9.1 #
- Removes the
document_ignoreslint.
1.9.0 #
- Updates the minimum Dart SDK version to 3.5.
- Adds the following lints:
1.8.1 #
- Removes the
unintended_html_in_doc_commentlint.
1.8.0 #
- Updates the minimum Dart SDK version to 3.4.
- Adds the following lints:
1.7.0 #
- Updates the minimum Dart SDK version to 3.3.
1.6.0 #
- Updates the minimum Dart SDK version to 3.2.
- Adds the
annotate_redeclareslint. - Removes the following lints:
1.5.1 #
- Adds the following lints:
1.5.0 #
- Updates the minimum Dart SDK version to 3.1.
- Adds the following lints:
1.4.2 #
- Removes the following lints:
1.4.1 #
- Adds package topics.
1.4.0 #
- Updates the minimum Dart SDK version to 3.0.
- Adds the following lints:
- Removes the following lints:
1.3.2 #
- Removes the
prefer_equal_for_default_valueslint.
1.3.1 #
- Sets the Dart SDK constraint to
>=2.19.0 <3.0.0.
1.3.0 #
- Updates the minimum required Dart SDK version to 2.19.
- Adds the following lints:
- Removes the
strong-modesection. - Changes the license.
1.2.3 #
- Removes the
prefer_equal_for_default_valueslint.
1.2.2 #
- Removes the
unnecessary_finallint again. - Adds a new method to the example.
1.2.1 #
- Removes the following lints:
- Adds the
prefer_final_localslint.
1.2.0 #
- Updates the minimum required Dart SDK version to 2.18.
- Adds the following lints:
1.1.7 #
- Removes the
prefer_equal_for_default_valueslint.
1.1.6 #
- Matches version 1.2.1 for Dart 2.17.
1.1.5 #
1.1.4 #
- Adds the following lints:
- Removes the following lints:
- Renames
analysis_options.yamltocore.yaml. - Removes the
.metadatafile.
1.1.3 #
- Removes the
prefer_expression_function_bodieslint. - Ignores generated
.grand.genfiles.
1.1.2 #
- Removes the dependency on Flutter.
1.1.1 #
- Removes the
library_private_types_in_public_apilint. - Sets the minimum required Flutter SDK version to 3.0.0.
1.1.0 #
- Removes the
unawaited_futureslint. - Updates the minimum required Dart SDK version to 2.17.
- Updates the README.
1.0.8 #
- Removes the
prefer_equal_for_default_valueslint.
1.0.7 #
- Matches version 1.2.1 for Dart 2.16.
1.0.6 #
- Removes unrecognized lint rules.
1.0.5 #
- Matches version 1.1.4 for Dart 2.16.
1.0.4 #
- Matches version 1.1.3 for Dart 2.16.
1.0.3 #
- Removes the
avoid_classes_with_only_static_memberslint. - Removes the
flutter_style_todoslint.
1.0.2 #
- Removes the
diagnostic_describe_all_propertieslint.
1.0.1 #
- Removes the
prefer_final_parameterslint. - Removes the
public_member_api_docslint.
1.0.0 #
- Initial release.