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

A new Flutter package with a customized image.

Features #

This package used for set image view

Getting started #

Add this to your app's pubspec.yaml file:

dependencies:
  flutter_set_custom_image: ^0.0.3

Usage #

use for network,asset,and file image


@SetCustomImageView(
  context: context,
  imageUrl: "",//use can use network or asset image url
  imageFile: null,
  isNetworkImage: true,
  boxFit: BoxFit.fill,
  height: 100.0,
  width: 100.0,
  radius: 10.0,)

Additional information #

2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package with a customized image.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cached_network_image, flutter

More

Packages that depend on flutter_set_custom_image