shaped_image 1.0.0 copy "shaped_image: ^1.0.0" to clipboard
shaped_image: ^1.0.0 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 #

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
120
pub points
48%
popularity

Publisher

unverified uploader

A new Flutter package for showing images in different shapes

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on shaped_image