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 d78fb0f commit 16a2c4aCopy full SHA for 16a2c4a
scripts/publish_flutter_quill.dart
@@ -69,6 +69,10 @@ Future<void> main(List<String> args) async {
69
'❌ Git working directory is not clean. Commit all changes and try again.');
70
exit(1);
71
}
72
+
73
+ print(
74
+ 'ℹ️ Checking if the version `$version` is already published on pub.dev...',
75
+ );
76
if (await _isPackageVersionPublished(version)) {
77
print(
78
'❌ The version `$version` of the `$_packageName` package is already published on pub.dev.');
0 commit comments