draggable_image 0.1.4 copy "draggable_image: ^0.1.4" to clipboard
draggable_image: ^0.1.4 copied to clipboard

A smooth pinch-to-zoom & drag image widget that snaps back with overlay for buttery performance.

draggable_image #

A Flutter widget for dragging & pinch-to-zoom images with a smooth snap-back animation using Overlay.

[image]

Quick Start #

import 'package:draggable_image/draggable_image.dart';

class Demo extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return Center(
      child: DraggableImageWidget(
            imageWidth: double.infinity,
            imageHeight: 1000,
            imagePath: 'https://picsum.photos/900',
            isNetworkImage: true,
            isDebug: true,
    ));
  }
}
1
likes
0
points
49
downloads

Publisher

verified publisherfakduai.com

Weekly Downloads

A smooth pinch-to-zoom & drag image widget that snaps back with overlay for buttery performance.

Repository (GitHub)
View/report issues

Topics

#image #zoom #gesture #overlay #widget

License

unknown (license)

Dependencies

cached_network_image, flutter, flutter_hooks, skeletonizer

More

Packages that depend on draggable_image