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 90f03f6 commit 6fde5d3Copy full SHA for 6fde5d3
Taskfile.yml
@@ -74,6 +74,12 @@ tasks:
74
publish:
75
cmds:
76
- PUB_HOSTED_URL=https://pub.dartlang.org; FLUTTER_STORAGE_BASE_URL=https://storage.dartlang.org; cd {{.PKG_DIR}}; dart pub publish -v # --dry-run
77
+ - task: publish-version-check
78
+
79
+ publish-version-check:
80
+ cmds:
81
+ - echo 'shoud update >> pubspec.yaml pkg version'
82
+ - echo 'shoud update >> CHANGELOG.md '
83
84
publish-check-web3:
85
packages/better_ui/lib/src/util/image.dart
@@ -9,7 +9,7 @@ Widget networkImage({
9
double? radius,
10
double? size,
11
}) {
12
- print('image url: $url');
+ // print('image url: $url');
13
14
return CachedNetworkImage(
15
imageUrl: url,
0 commit comments