flash_image 0.0.5 copy "flash_image: ^0.0.5" to clipboard
flash_image: ^0.0.5 copied to clipboard

Flash image package for image loading from asset or network wether it's svg or jpg, png, etc... with shimmer effect

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flash_image

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flash_image: ^0.0.5

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flash_image/flash_image.dart';
4
likes
140
pub points
72%
popularity

Publisher

verified publishercodeflashinfotech.com

Flash image package for image loading from asset or network wether it's svg or jpg, png, etc... with shimmer effect

Repository (GitLab)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

cached_network_image, flash_text, flutter, flutter_svg, photo_view, shimmer

More

Packages that depend on flash_image