shaped_image 0.0.4
shaped_image: ^0.0.4 copied to clipboard
A new Flutter package for showing images in different shapes
shaped_image #
A new Flutter package for showing images in different shapes
Getting Started #
Example #
dependencies:
flutter:
sdk: flutter
shaped_image: ^0.0.3
ShapedImage(
imageTye: ImageType.ASSET,
path: 'assets/test.jpeg',
shape: Shape.SHAPE07,
width:200,
height:200
),
[https://raw.githubusercontent.com/harisvm/shaped_image/master/assets/shapes.png]