- added new 3.0, 3.1 lints from the linter project
- removed prefer_foreach because I prefer a for loop.
- upgraded to dart 3.0
moved to stable 2.19
- removed strong mode as it is deprecaed in favour of the new
- removed implict-casts as its no longer required and has been removed in 3.x
- disabled no_leading_underscores_for_local_identifiers as its useful in callbacks that have a parameter we don't want to use.
- added latest lints from dart 2.19 and upgraded minimum sdk version to 2.19.
- improved the readme.
- removed invariant_booleans as it has been deprecated.
- Added additional lints for upcomming 2.18 and 2.19 releases.
- updated list of lints to support the latest .
- Added discared futures.
- Added copyright notices.
- test for unawaited futures.
- added advise for package maintianers.
- Added strict-raw-types: true and strict-inference: true
Fixed example analysis_options.yaml
Initial release.