Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.