wave_image 0.0.5 copy "wave_image: ^0.0.5" to clipboard
wave_image: ^0.0.5 copied to clipboard

Whit flutter Wave image you can have a simple circular image with wave and some customization.

wave_image #

Wave Image. Whit flutter Wave image you can have a simple circular image with wave and some customization.

Property Description
imageUrl profile or image url (online)
speed speed of wave. it's milliseconds
imageSize size of circle image
boarderColor color of border
waveColor color of wave color
boarderWidth with of border. most : boarderWidth >= 0
radius radius should nigger or equal [imageSize]

Usage #

  WaveImage(
          boarderColor: Colors.red,
          boarderWidth: 1,
          imageSize: 100,
          imageUrl:
              'https://www.pngitem.com/pimgs/m/146-1468479_my-profile-icon-blank-profile-picture-circle-hd.png',
          radius: 150,
          speed: 1000,
          waveColor: Colors.green,
  )
4
likes
160
pub points
39%
popularity

Publisher

unverified uploader

Whit flutter Wave image you can have a simple circular image with wave and some customization.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on wave_image