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 4df6dbe commit 8a818b3Copy full SHA for 8a818b3
lib/src/model/package_builder.dart
@@ -58,9 +58,8 @@ class PubPackageBuilder implements PackageBuilder {
58
// of handling it ourselves?
59
resourceProvider: packageMetaProvider.resourceProvider,
60
sdkPath: config.sdkDir,
61
- updateAnalysisOptions3: ({
+ updateAnalysisOptions4: ({
62
required AnalysisOptionsImpl analysisOptions,
63
- required DartSdk sdk,
64
}) =>
65
analysisOptions
66
..warning = false
0 commit comments