Skip to content
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

Add support for animated transitions between the various loading states #251

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SamCosta1
Copy link

This attempts to resolve #193 .

Adds a transition configuration object that when provided will be used to animate between states (e.g placeholder to loaded/error state). If omitted there's no animation. Values in the configuration are just forwarded to the AnimatedSwitcher widget which does the animation.

@SamCosta1
Copy link
Author

CC @dnfield

@zanderso
Copy link
Contributor

zanderso commented Nov 1, 2024

Hi there, The Flutter team is now maintaining these packages in the flutter/packages repository at packages/vector_graphics and packages/vector_graphics_compiler. We'd appreciate it if you could direct this PR to those locations instead. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow transition between placeholder and loaded image to have an animation
2 participants