-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#19] [UI] As a user, I can see the animation when loading and showing surveys #78
Conversation
e05d4f5
to
3b6c4d3
Compare
fca8647
to
45eb4ac
Compare
3b6c4d3
to
e8f47c6
Compare
45eb4ac
to
997671c
Compare
997671c
to
851fa4e
Compare
851fa4e
to
1827189
Compare
@nmint8m Can we remove the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rest lgtm
width: 120, | ||
), | ||
SizedBox( | ||
width: 40, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nmint8m You can use the radius
properties of CirccleAvatar
instead of wrapping it in a SizedBox
🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1827189
to
1b7b757
Compare
What happened 👀
The user can see the animation when loading and showing surveys.
Insight 📝
When the
surveyListStream
is empty and theprofileImageUrl
is empty, then show theHomeSkeletonLoading
, else show theHomeHeader
.Proof Of Work 📹