mirror of
https://github.com/flutter/packages.git
synced 2025-06-17 10:58:42 +08:00
[various] Sync lints with flutter/flutter (#5717)
Applying the latest analysis_options.yaml from flutter/flutter to this repo. Most fixes were auto-generated by `dart fix`.
This commit is contained in:

committed by
GitHub

parent
6b2249f152
commit
bb97da8ec6
@ -329,8 +329,8 @@ String _pluginPlatformSection(
|
||||
Future<List<String>> runCapturingPrint(
|
||||
CommandRunner<void> runner,
|
||||
List<String> args, {
|
||||
Function(Error error)? errorHandler,
|
||||
Function(Exception error)? exceptionHandler,
|
||||
void Function(Error error)? errorHandler,
|
||||
void Function(Exception error)? exceptionHandler,
|
||||
}) async {
|
||||
final List<String> prints = <String>[];
|
||||
final ZoneSpecification spec = ZoneSpecification(
|
||||
|
Reference in New Issue
Block a user