stuartmorgan | 7319ca8 | 2023-05-11 19:11:07 -0700 | [diff] [blame] | 1 | ## NEXT |
| 2 | |
| 3 | * Updates minimum supported SDK version to Flutter 3.3/Dart 2.18. |
| 4 | |
Michael Goderbauer | 8e3ce4f | 2022-04-19 16:39:10 -0700 | [diff] [blame] | 5 | ## 2.0.1 |
| 6 | |
| 7 | * Updated readme to document suggestion process for new lints |
| 8 | |
Michael Goderbauer | 202fb32 | 2022-03-18 11:17:50 -0700 | [diff] [blame] | 9 | ## 2.0.0 |
| 10 | |
| 11 | * Added the following lints: |
| 12 | * `sort_child_properties_last` |
| 13 | * `use_build_context_synchronously` |
| 14 | * Updated `package:lints` dependency to version 2.0.0, which added the following lints: |
| 15 | * `depend_on_referenced_packages` |
| 16 | * `library_private_types_in_public_api` |
| 17 | * `no_leading_underscores_for_library_prefixes` |
| 18 | * `no_leading_underscores_for_local_identifiers` |
| 19 | * `null_check_on_nullable_type_parameter` |
| 20 | * `prefer_interpolation_to_compose_strings` |
| 21 | * `unnecessary_constructor_name` |
| 22 | * `unnecessary_late` |
| 23 | * `unnecessary_null_aware_assignments` |
| 24 | * `unnecessary_nullable_for_final_variable_declarations` |
| 25 | * Bumped the minimum required Dart SDK version to 2.17 |
| 26 | |
nohli | 735a947 | 2021-07-07 20:07:33 +0200 | [diff] [blame] | 27 | ## 1.0.4 |
| 28 | |
| 29 | * Small update to readme |
| 30 | |
Brett Morgan | d2edf76 | 2021-06-02 08:02:15 +1000 | [diff] [blame] | 31 | ## 1.0.3 |
| 32 | |
| 33 | * More small updates to readme |
| 34 | |
Michael Thomsen | 52c70e3 | 2021-05-18 16:39:29 +0200 | [diff] [blame] | 35 | ## 1.0.2 |
| 36 | |
| 37 | * Small updates to readme |
| 38 | |
Michael Goderbauer | f18ba69 | 2021-05-13 12:39:13 -0700 | [diff] [blame] | 39 | ## 1.0.1 |
| 40 | |
| 41 | * Added an example project |
| 42 | |
Michael Goderbauer | 977b423 | 2021-05-12 10:09:22 -0700 | [diff] [blame] | 43 | ## 1.0.0 |
Michael Goderbauer | b17875f | 2021-05-05 16:54:33 -0700 | [diff] [blame] | 44 | |
Michael Goderbauer | 977b423 | 2021-05-12 10:09:22 -0700 | [diff] [blame] | 45 | * Initial release |