| # This file is also used by dev/bots/analyze_snippet_code.dart to analyze code snippets (`{@tool snippet}` sections). |
| |
| # The following line activates a set of recommended lints for Flutter apps, |
| # packages, and plugins designed to encourage good coding practices. |
| analyzer: |
| exclude: |
| - build/** |
| - android/** |
| - ios/** |
| - web/** |
| - windows/** |
| - macos/** |
| - linux/** |
| include: package:flutter_lints/flutter.yaml |
| |
| linter: |
| rules: |
| # Samples want to print things pretty often. |
| avoid_print: false |
| # Samples are sometimes incomplete and don't show usage of everything. |
| unreachable_from_main: false |