Skip to content

Instantly share code, notes, and snippets.

@nyarian
nyarian / analysis_options.yaml
Created October 28, 2021 16:10
Strict analysis options for Flutter projects
analyzer:
strong-mode:
implicit-casts: false
implicit-dynamic: false
exclude:
- lib/generated_plugin_registrant.dart
linter:
rules:
- always_declare_return_types