zoomable_image 1.3.1 copy "zoomable_image: ^1.3.1" to clipboard
zoomable_image: ^1.3.1 copied to clipboard

A plugin for panning and zooming images by touch.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:zoomable_image/zoomable_image.dart';

void main() {
  runApp(
    new MaterialApp(
      home: new Scaffold(
        body: new ZoomableImage(
            new AssetImage('images/squirrel.jpg'),
            placeholder: const Center(child: const CircularProgressIndicator()),
            backgroundColor: Colors.red),
      ),
    ),
  );
}
8
likes
25
pub points
72%
popularity

Publisher

unverified uploader

A plugin for panning and zooming images by touch.

Repository (GitHub)
View/report issues

License

ISC (LICENSE)

Dependencies

flutter

More

Packages that depend on zoomable_image