flutter/examples/layers/analysis_options.yaml
Loïc Sharma a47a754539
Add Windows and Linux support to the 'layers' example (#126105)
Enables running the `layers` example on Linux and Windows.

Part of https://github.com/flutter/flutter/issues/126033
2023-05-06 00:45:19 +00:00

9 lines
246 B
YAML

# This file is also used by dev/bots/analyze_snippet_code.dart to analyze code snippets (`{@tool snippet}` sections).
include: ../../analysis_options.yaml
linter:
rules:
# Samples want to print things pretty often.
avoid_print: false