strict 1.0.0-nullsafety.1
strict: ^1.0.0-nullsafety.1 copied to clipboard
A heavily opinionated analysis_options for Dart/Flutter projects with strict - but justified - lint rules
1.0.0-nullsafety.1 #
- Enabled
implicit-casts
; - Disabled
avoid_as
,prefer_expression_function_bodies
,sort_pub_dependencies
anduse_key_in_widget_constructors
.
1.0.0-nullsafety.0 #
Addressed the remaining TODOs, while improving the description of some decisions. Also fixing the bad version naming.
- Updated
dart-lang/linter
rules up to version0.1.129
: added ruleavoid_dynamic_calls
(experimental, still not enabled); - Enabled
avoid_annotating_with_dynamic
- which was erroneously disabled (misconception of what it really did); - Enabled strong-mode rule of
implicit-dynamic
tofalse
; - Enabled
cast_nullable_to_non_nullable
,tighten_type_of_initializing_formals
,unnecessary_null_checks
andunnecessary_nullable_for_final_variable_declarations
due to NNBD; - Disabled
avoid_returning_null
,avoid_returning_null_for_future
andavoid_returning_null_for_void
due to NNBD; - Customized
avoid_as
to show awarning
, with the according explanation to why;
Contains all rules up to version 0.1.127
of dart-lang/linter
, with pending TODOs (non-critical) in the
analysis_options.yaml
.
1.0.0-0 #
First version of strict
.
Contains all rules up to version 0.1.127
of dart-lang/linter
, with pending TODOs (non-critical) in the
analysis_options.yaml
.