mirror of
https://github.com/flutter/packages.git
synced 2025-06-09 05:59:45 +08:00
[in_app_purchase] Migrate to NNBD (#3555)
This commit is contained in:
@ -97,7 +97,7 @@ class PublishCheckCommand extends PluginCommand {
|
||||
await stdInCompleter.future;
|
||||
|
||||
final String output = outputBuffer.toString();
|
||||
return output.contains('Package has 1 warning.') &&
|
||||
return output.contains('Package has 1 warning') &&
|
||||
output.contains(
|
||||
'Packages with an SDK constraint on a pre-release of the Dart SDK should themselves be published as a pre-release version.');
|
||||
}
|
||||
|
Reference in New Issue
Block a user