1 Star 1 Fork 0

墨盒 / flutter-netease-music

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
analysis_options.yaml 927 Bytes
一键复制 编辑 原始数据 按行查看 历史
boyan01 提交于 2022-01-20 23:22 . disable unused_element lint.
include: package:flutter_lints/flutter.yaml
analyzer:
strong-mode:
# TODO remove this
implicit-casts: true
implicit-dynamic: true
exclude:
- 'lib/generated/**'
- '**.g.dart'
- 'test/**'
errors:
body_might_complete_normally_nullable: false
unused_element: ignore
linter:
rules:
always_put_required_named_parameters_first: false
avoid_classes_with_only_static_members: false
avoid_redundant_argument_values: false
always_specify_types: false
sort_pub_dependencies: false
avoid_dynamic_calls: false
sort_constructors_first: true
# prefer_single_quotes: true
lines_longer_than_80_chars: false
unnecessary_const: true
use_build_context_synchronously: false
require_trailing_commas: false
avoid_relative_lib_imports: false
always_use_package_imports: false
# TODO(bin): remove this
use_key_in_widget_constructors: false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Dart
1
https://gitee.com/inkroom/flutter-netease-music.git
git@gitee.com:inkroom/flutter-netease-music.git
inkroom
flutter-netease-music
flutter-netease-music
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891