Skip to content

harisvm/shaped_image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A dart package for showing images in different shapes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages