zoom_arj 0.0.1 copy "zoom_arj: ^0.0.1" to clipboard
zoom_arj: ^0.0.1 copied to clipboard

Zoom plugin by Arijit

zoom_arj #

A new Flutter project.

Getting Started #

import zoom_arj dependency

import 'package:zoom_arj/zoom_arj.dart';

Example:

Zoomarj( input_widget: Container( width: 120, height: 20, decoration: BoxDecoration( color: Colors.white, borderRadius: BorderRadius.all( Radius.circular(12.0), ), ), child: Text('Running on:')), pinchzoom: 0, /// for pinchzoom give input 1 height: MediaQuery.of(context).size.height-80, width: MediaQuery.of(context).size.width, )

2
likes
110
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

Zoom plugin by Arijit

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, vector_math

More

Packages that depend on zoom_arj