rashail_image_zoom 0.0.1+1 copy "rashail_image_zoom: ^0.0.1+1" to clipboard
rashail_image_zoom: ^0.0.1+1 copied to clipboard

A qidget to zoom images on a canvas of modifiable size of any image that in the child widget.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'home.dart';

void main() => runApp(const MyApp());

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      debugShowCheckedModeBanner: false,
      title: 'Material App',
      home: HomePage(),
    );
  }
}
2
likes
120
pub points
0%
popularity

Publisher

unverified uploader

A qidget to zoom images on a canvas of modifiable size of any image that in the child widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, vector_math

More

Packages that depend on rashail_image_zoom