fancy_image_loader 1.0.0
fancy_image_loader: ^1.0.0 copied to clipboard
Fancy Image Loader is a new image handling plugin with placeholder and loading.
Fancy Image Loader #
Fancy Image Loader is a new image handling plugin with placeholder and loading.
Getting Started #
This plugin can handle any image link (local, external(URL)), with web support for SVGs.'
Sources: #
- URL
FancyImageLoader(
path: "https://picsum.photos/200/200",
),
- Asset
FancyImageLoader(
path: "assets/flutter.png",
),