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

A new Flutter package for image cropping, based on extended_image.

yuni_image_crop #

A Flutter package for image cropping, based on extended_image.

Features #

  • Image cropping functionality
  • Easy to use API
  • Based on extended_image for powerful image handling
  • Support for image compression

Installation #

Add this to your package's pubspec.yaml file:

dependencies:
  yuni_image_crop: ^0.0.1

Usage #

import 'package:yuni_image_crop/yuni_image_crop.dart';

// Use ImageCropViewer for image cropping
ImageCropViewer(
  imageProvider: NetworkImage('https://example.com/image.jpg'),
  // ... other parameters
)

Getting Started #

For more information about Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Contributing #

Contributions are welcome! Please feel free to submit a Pull Request.

License #

This project is licensed under the MIT License - see the LICENSE file for details.

0
likes
150
points
18
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A new Flutter package for image cropping, based on extended_image.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

extended_image, flutter, flutter_image_compress, path_provider, yuni_widget

More

Packages that depend on yuni_image_crop