loading_gifs 0.1.0
loading_gifs: ^0.1.0 copied to clipboard
Loading indicator GIFs. Cupertino and Material style loading indicators in various sizes. Placeholder for loading remote image assets.
example/EXAMPLE.md
Loading GIFs Example #
Use cupertinoActivityIndicator or circularProgressIndicator where ever a loading GIF is needed.
FadeInImage.assetNetwork(placeholder: cupertinoActivityIndicator, image: "image.png", placeholderScale: 5);
Image.asset(circularProgressIndicator, scale: 10);