From 76fc5a76aeb8356424863c409885bcd11980ca8d Mon Sep 17 00:00:00 2001 From: Nguyen Phuoc Sang <47568867+ppupha@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:34:51 +0700 Subject: [PATCH] Update Gif (#1459) --- assets | 2 +- lib/screen/interactive_postcard/postcard_view_widget.dart | 1 - lib/view/artwork_common_widget.dart | 2 -- lib/view/crypto_view.dart | 1 - pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 6 files changed, 4 insertions(+), 8 deletions(-) diff --git a/assets b/assets index f3e8a06e3..0066ad090 160000 --- a/assets +++ b/assets @@ -1 +1 @@ -Subproject commit f3e8a06e38ba2f4898bff3235f2b4d4647e5e133 +Subproject commit 0066ad09050082e5a244db07bf5203089d2b73c9 diff --git a/lib/screen/interactive_postcard/postcard_view_widget.dart b/lib/screen/interactive_postcard/postcard_view_widget.dart index 62710f03e..f6eca10b6 100644 --- a/lib/screen/interactive_postcard/postcard_view_widget.dart +++ b/lib/screen/interactive_postcard/postcard_view_widget.dart @@ -148,7 +148,6 @@ class _PostcardViewWidgetState extends State { child: Center( child: GifView.asset( "assets/images/loading_white_tran.gif", - width: 52, height: 52, frameRate: 12, ), diff --git a/lib/view/artwork_common_widget.dart b/lib/view/artwork_common_widget.dart index 0ba4de139..238f92deb 100644 --- a/lib/view/artwork_common_widget.dart +++ b/lib/view/artwork_common_widget.dart @@ -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 children: [ GifView.asset( 'assets/images/loading_white.gif', - width: 52, height: 52, frameRate: 12, ), diff --git a/lib/view/crypto_view.dart b/lib/view/crypto_view.dart index c9bdb1726..cd2d859a7 100644 --- a/lib/view/crypto_view.dart +++ b/lib/view/crypto_view.dart @@ -98,7 +98,6 @@ class _AddAddressToWalletState extends State { children: [ Image.asset( "assets/images/loading_white_tran.gif", - width: 52, height: 52, ), const SizedBox(height: 20), diff --git a/pubspec.lock b/pubspec.lock index ff3b1dbd6..3056903ac 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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" diff --git a/pubspec.yaml b/pubspec.yaml index 94a3c957c..9d78aa489 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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