Skip to content

Commit

Permalink
Update Gif (#1459)
Browse files Browse the repository at this point in the history
ppupha authored Jan 8, 2024
1 parent 7746ebb commit 76fc5a7
Showing 6 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion assets
1 change: 0 additions & 1 deletion lib/screen/interactive_postcard/postcard_view_widget.dart
Original file line number Diff line number Diff line change
@@ -148,7 +148,6 @@ class _PostcardViewWidgetState extends State<PostcardViewWidget> {
child: Center(
child: GifView.asset(
"assets/images/loading_white_tran.gif",
width: 52,
height: 52,
frameRate: 12,
),
2 changes: 0 additions & 2 deletions lib/view/artwork_common_widget.dart
Original file line number Diff line number Diff line change
@@ -401,7 +401,6 @@ Widget placeholder(BuildContext context) {
children: [
GifView.asset(
'assets/images/loading_white.gif',
width: 52,
height: 52,
frameRate: 12,
),
@@ -667,7 +666,6 @@ class _PreviewPlaceholderState extends State<PreviewPlaceholder>
children: [
GifView.asset(
'assets/images/loading_white.gif',
width: 52,
height: 52,
frameRate: 12,
),
1 change: 0 additions & 1 deletion lib/view/crypto_view.dart
Original file line number Diff line number Diff line change
@@ -98,7 +98,6 @@ class _AddAddressToWalletState extends State<AddAddressToWallet> {
children: [
Image.asset(
"assets/images/loading_white_tran.gif",
width: 52,
height: 52,
),
const SizedBox(height: 20),
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
@@ -1742,8 +1742,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "3d13e69d9dbc4619399b38e66dd0a594bb3b3758"
resolved-ref: "3d13e69d9dbc4619399b38e66dd0a594bb3b3758"
ref: "8576446fd7ef71a202dbed054ee42b8d01d61b06"
resolved-ref: "8576446fd7ef71a202dbed054ee42b8d01d61b06"
url: "https://github.com/autonomy-system/nft-collection"
source: git
version: "0.0.1"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -123,7 +123,7 @@ dependencies:
nft_collection:
git:
url: https://github.com/autonomy-system/nft-collection
ref: 3d13e69d9dbc4619399b38e66dd0a594bb3b3758
ref: 8576446fd7ef71a202dbed054ee42b8d01d61b06
autonomy_tv_proto:
git:
url: https://github.com/autonomy-system/autonomy-tv-proto-communication

0 comments on commit 76fc5a7

Please sign in to comment.