fancy_image_loader 1.0.0 copy "fancy_image_loader: ^1.0.0" to clipboard
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",
            ),
2
likes
150
points
114
downloads

Publisher

unverified uploader

Weekly Downloads

Fancy Image Loader is a new image handling plugin with placeholder and loading.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_web_plugins, plugin_platform_interface, websafe_svg

More

Packages that depend on fancy_image_loader