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

outdatedDart 1 only

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
0
pub points
66%
popularity

Publisher

unverified uploader

A plugin for panning and zooming images by touch.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on zoomable_image