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.5

Usage

used for network,asset,and file image with border radius and border(Android ,Ios, and web). also used to image blur.


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

Additional information