We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907c90b commit 4514fd1Copy full SHA for 4514fd1
analysis_options.yaml
@@ -0,0 +1,3 @@
1
+analyzer:
2
+ exclude:
3
+ - pkgs/objective_c/example/flutter_app # Flutter app that does not analyze as part of `dart analyze` for the workspace.
tool/ci.dart
@@ -2,8 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
4
5
-import 'dart:io';
6
import 'dart:ffi';
+import 'dart:io';
7
8
import 'package:args/args.dart';
9
import 'package:yaml/yaml.dart';
0 commit comments