custom_image 0.0.3 copy "custom_image: ^0.0.3" to clipboard
custom_image: ^0.0.3 copied to clipboard

outdated

This package adapts to the general needs of various projects, providing an effective and fast visual solution.

pub package

Getting Started #

This package is used to make flutter_svg.

Supports platform compilation for:

  • ✅ Android
  • ✅ iOS
  • ✅ Web
  • ✅ Windows
  • ✅ Linux
  • ✅ MacOS

Properties : #

Property Type Description
image String (required) image path or ulr.
key Key (Optional) Widget key
onTap Function (Optional) Function to execute when the widget is pressed.
fit BoxFit (Optional) How to inscribe the image into the space allocated during layout.
height double (Optional) The image height.
width double (Optional) The image width.
color Color (Optional) A color to blend with the image.
borderRadius BorderRadius (Optional) The image border radius.
type ImageType (Optional) The image type [ImageType.file], [ImageType.network], [ImageType.asset]
filterQuality FilterQuality (Optional) The image filter quality.
pathNoImage String (Optional) The image path when the image is not found.
pathLoading String (Optional) The image path when the image is loading.

Contribution #

Of course the project is open source, and you can contribute to it repository link.

  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

Contributors #

3
likes
0
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

This package adapts to the general needs of various projects, providing an effective and fast visual solution.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on custom_image