blob: 4af34c1727ffb639256f55dde9cfb5c239e36ffb [file] [log] [blame] [view]
stuartmorgan7319ca82023-05-11 19:11:07 -07001## NEXT
2
3* Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
4
Michael Goderbauer8e3ce4f2022-04-19 16:39:10 -07005## 2.0.1
6
7* Updated readme to document suggestion process for new lints
8
Michael Goderbauer202fb322022-03-18 11:17:50 -07009## 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
nohli735a9472021-07-07 20:07:33 +020027## 1.0.4
28
29* Small update to readme
30
Brett Morgand2edf762021-06-02 08:02:15 +100031## 1.0.3
32
33* More small updates to readme
34
Michael Thomsen52c70e32021-05-18 16:39:29 +020035## 1.0.2
36
37* Small updates to readme
38
Michael Goderbauerf18ba692021-05-13 12:39:13 -070039## 1.0.1
40
41* Added an example project
42
Michael Goderbauer977b4232021-05-12 10:09:22 -070043## 1.0.0
Michael Goderbauerb17875f2021-05-05 16:54:33 -070044
Michael Goderbauer977b4232021-05-12 10:09:22 -070045* Initial release