1

I'm using flutter for my mobile apps. I'm looking Placeholder skeleton to show that something is loading. Here is an example how Material UI is showing Skeleton React Component I'm looking something similar to this in flutter is there any library, widget or something ?

Pak Developer
  • 93
  • 3
  • 6

1 Answers1

2

It is called a Shimmer, you can use the package below to achieve that in Flutter:

shimmer

void
  • 12,787
  • 3
  • 28
  • 42