2.0.2
- Update links to the old linter site in the README and example to point to dart.dev.
- Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
2.0.1
- Updated readme to document suggestion process for new lints
2.0.0
- Added the following lints:
sort_child_properties_lastuse_build_context_synchronously
- Updated
package:lints dependency to version 2.0.0, which added the following lints:depend_on_referenced_packageslibrary_private_types_in_public_apino_leading_underscores_for_library_prefixesno_leading_underscores_for_local_identifiersnull_check_on_nullable_type_parameterprefer_interpolation_to_compose_stringsunnecessary_constructor_nameunnecessary_lateunnecessary_null_aware_assignmentsunnecessary_nullable_for_final_variable_declarations
- Bumped the minimum required Dart SDK version to 2.17
1.0.4
1.0.3
- More small updates to readme
1.0.2
1.0.1
1.0.0