resize_media

Creator: coderz1093

Last updated:

0 purchases

resize_media Image
resize_media Images
Add to Cart

Description:

resize media

resize_media #
Resize media to a given size
Features #

Pictures resize (currently only iOS)

To do #

Pictures resize Andorid side
Video resize

Install #
In the pubspec.yaml of your flutter project, add the following dependency:
dependencies:
resize_media: <latest_version>
copied to clipboard
In your library add the following import:
import 'package:resize_media/resize_media.dart';
copied to clipboard
Getting started #
Example:
ResizeMedia().image(
path: fileImage.path,
imageQuality: 1,
maxWidth: 1920,
maxHeight: 1920,
);
copied to clipboard
Parameters #
Leave empty imageQuality,maxWidth,maxHeight to get the original image

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator