feat(dart): Add build check for Dart (#886)

* feat(dart): Add build check for Dart

* feat(dart): Add dart analyze to check

* fix(dart): remove dart analyze

* feat(dart): Ignore unused variable and add dart analyze
This commit is contained in:
liuyuxin
2023-10-25 23:15:53 +08:00
committed by GitHub
parent d26e811e10
commit a8b2350705
6 changed files with 83 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
* Author: Jefferson (JeffersonHuang77@gmail.com)
*/
// ignore_for_file: unused_local_variable
import 'dart:collection';
import '../utils/list_node.dart';
import '../utils/print_util.dart';