yuni_image_crop 0.0.1
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.