Skip to content

Instantly share code, notes, and snippets.

View rohankandwal's full-sized avatar

Rohan Kandwal rohankandwal

  • Bengaluru, Karnataka, India
View GitHub Profile
@rohankandwal
rohankandwal / analysis_options.yaml
Created March 10, 2022 09:40 — forked from crizant/analysis_options.yaml
Flutter linting rules
analyzer:
errors:
# treat missing required parameters as a warning (not a hint)
missing_required_param: warning
# treat missing returns as a warning (not a hint)
missing_return: warning
linter:
rules:
- always_declare_return_types