mirror of
https://github.com/flutter/packages.git
synced 2025-08-06 17:28:42 +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;
|
await stdInCompleter.future;
|
||||||
|
|
||||||
final String output = outputBuffer.toString();
|
final String output = outputBuffer.toString();
|
||||||
return output.contains('Package has 1 warning.') &&
|
return output.contains('Package has 1 warning') &&
|
||||||
output.contains(
|
output.contains(
|
||||||
'Packages with an SDK constraint on a pre-release of the Dart SDK should themselves be published as a pre-release version.');
|
'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