shaped_image 0.0.6 copy "shaped_image: ^0.0.6" to clipboard
shaped_image: ^0.0.6 copied to clipboard

outdated

A new Flutter package for showing images in different shapes

shaped_image #

A new Flutter package for showing images in different shapes

Getting Started #

To use this package, add shaped_image as a [dependency in your pubspec.yaml file]

dependencies:
  flutter:
    sdk: flutter
  shaped_image: ^0.0.3

Example #

           ShapedImage(
              imageTye: ImageType.ASSET,
              path: 'assets/test.jpeg',
              shape: Shape.SHAPE07,
              width:200,
              height:200
             ),      

alt text

11
likes
0
pub points
46%
popularity

Publisher

unverified uploader

A new Flutter package for showing images in different shapes

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on shaped_image