format_check.bat 113 B

12345
  1. # 格式化操作
  2. dartfmt -w --fix lib/pages/test_page.dart
  3. # 代码规范
  4. dartanalyzer lib/pages/test_page.dart