Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Latest commit

 

History

History
86 lines (64 loc) · 2.67 KB

CHANGELOG.md

File metadata and controls

86 lines (64 loc) · 2.67 KB

3.0.0

  • Bumped the minimum required Dart SDK version to 2.18.0.
  • Removed exclude: specification
    • Use ignore_for_file with build.yaml instead.
  • Removed invalid_annotation_target: ignore
    • If you are using freezed, add it to analysis_options.yaml.
  • Added Lints.
    • unnecessary_to_list_in_spreads
    • unnecessary_null_aware_operator_on_extension_on_nullable
  • Removed Lints.
    • invariant_booleans

Reference

2.0.0

  • Bumped the minimum required Dart SDK version to 2.17.5.
  • Removed lints.
    • always_put_required_named_parameters_first

1.0.2

  • Described the reason for invalid_annotation_target: ignore

1.0.1

  • Removed implicit-dynamic: false from strong-mode.

1.0.0

  • Bumped the minimum required Dart SDK version to 2.17.
  • Updated package:linter dependency to version 1.22.0, which added new lints.
    • use_colored_box
    • use_enums
    • use_super_parameters
  • Updated package:flutter_lints dependency to version 2.0.1, which removed lints that are no longer needed.
    • sort_child_properties_last
    • use_build_context_synchronously
    • depend_on_referenced_packages
    • library_private_types_in_public_api
    • no_leading_underscores_for_library_prefixes
    • no_leading_underscores_for_local_identifiers
    • null_check_on_nullable_type_parameter
    • prefer_interpolation_to_compose_strings
    • unnecessary_constructor_name
    • unnecessary_late
    • unnecessary_null_aware_assignments
    • unnecessary_nullable_for_final_variable_declarations

Reference

0.0.4

  • Removed lints.
    • diagnostic_describe_all_properties
    • one_member_abstracts

0.0.3

  • Fixed "Using json_serializable v5 causes invalid_annotation_target warnings".

0.0.2

Improve PUB POINTS

  • Improve "No example found".
  • Improve "The package description is too short".

0.0.1

  • Initial release 🎉