You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.
Describe the bug
I'm downloading a gif from this url https://loading.io/, and added inside assets in my project ,it's showing spinner without animation. it's static.
Are @fayaz07 suggesting us how to implement custom animated progress bar or downloaded animated spinner(.gif). Because we need it for releasing the product app.
background of spinner has transparent,but it is also not showing transparent background
The text was updated successfully, but these errors were encountered:
On Thu, Jul 23, 2020 at 10:49 PM Guilherme ***@***.***> wrote:
Try this:
customBody: Container(
height: 100,
width: 213,
decoration: BoxDecoration(
image: DecorationImage(
image: AssetImage('assets/images/loading_normal.gif'),
fit: BoxFit.cover,
),
),
),
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#63 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APGW34VCPE5MTKNAOGEOD73R5BWKHANCNFSM4NH5XBRQ>
.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
I'm downloading a gif from this url https://loading.io/, and added inside assets in my project ,it's showing spinner without animation. it's static.
Are @fayaz07 suggesting us how to implement custom animated progress bar or downloaded animated spinner(.gif). Because we need it for releasing the product app.
background of spinner has transparent,but it is also not showing transparent background
The text was updated successfully, but these errors were encountered: