Skip to content

Commit 6fde5d3

Browse files
committed
update
1 parent 90f03f6 commit 6fde5d3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Taskfile.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ tasks:
7474
publish:
7575
cmds:
7676
- 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 '
7783

7884
publish-check-web3:
7985
cmds:

packages/better_ui/lib/src/util/image.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Widget networkImage({
99
double? radius,
1010
double? size,
1111
}) {
12-
print('image url: $url');
12+
// print('image url: $url');
1313

1414
return CachedNetworkImage(
1515
imageUrl: url,

0 commit comments

Comments
 (0)