/
Kryuchok
/
flutter
Обзор
Документация
Войти
/
Kryuchok
/
flutter
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/api/analysis_options.yaml
21 строка
632 B
flutter-pub-roller-bot
Roll pub packages (#188764)
30 июн 2026, 06:12
Не верифицирован
30 июн 2026, 06:12
8a1a669
Код
Авторство
О чём код?
# 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