include: package:analysis_defaults/flutter.yaml
analyzer:
exclude:
- lib/src/*.g.dart
- build/**
- android/**
- ios/**
- web/**
- windows/**
- macos/**
- linux/**