flutter_set_custom_image 0.0.2 flutter_set_custom_image: ^0.0.2 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.1
Usage #
use for network,asset,and file image
const like = 'sample';
@SetCustomImageView(
context:context,
imageUrl:"",
imageFile:null,
isNetworkImage:true,
boxFit:BoxFit.Fill,
height:100.0,
width:100.0,
radius:10.0,)