flutter_set_custom_image 0.0.3 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,)