scalable_image 1.1.1 copy "scalable_image: ^1.1.1" to clipboard
scalable_image: ^1.1.1 copied to clipboard

discontinued
outdated

A widget that shows an image which can be scaled and dragged using gestures

scalable_image #

A widget that shows an image which can be scaled and dragged using gestures. This package was designed for quadratic images. It can happen that it don't behave as you expect for non quadratic images. A workaround is to wrap this image in an AspectRatio with an aspect ratio of the target image. This has the drawback that it does not fill the whole space while zooming since it will contain the aspect ratio. Feel free to fork on github.

Getting Started #

You can also try using an other ImageProvider, like NetworkImage and FileImage.

new ScalableImage(
          imageProvider: new AssetImage('assets/example.png'),
          dragSpeed: 4.0,
          maxScale: 16.0
        )

That's all you need. See below and example/ for an example.

demo!

1
likes
0
pub points
48%
popularity

Publisher

verified publishereric-prokop-und-nils-wieler.de

A widget that shows an image which can be scaled and dragged using gestures

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on scalable_image