Flutter Name source files using

2021-12-06  本文已影响0人  HaoyuiOS

在项目目录下找到 analysis_options.yaml 找到并且打开

加入这行

rules:
  file_names:false ///加入这行
  # avoid_print: false  # Uncomment to disable the `avoid_print` rule
  # prefer_single_quotes: true  # Uncomment to enable the `prefer_single_quotes` rule

等待几秒就好了

上一篇 下一篇

猜你喜欢

热点阅读