Images A Flutter plugin for Android and iOS supports cropping images Jul 18, 2018 1 min read Image Cropper A Flutter plugin for Android and iOS supports cropping images. Installation Android Add UCropActivity into your AndroidManifest.xml <activity android:name="com.yalantis.ucrop.UCropActivity" android:screenOrientation="portrait" android:theme="@style/Theme.AppCompat.Light.NoActionBar"/> XML iOS No configuration required Example Future<Null> _cropImage(File imageFile) async { File croppedFile = await ImageCropper.cropImage( sourcePath: imageFile.path, ratioX: 1.0, ratioY: 1.0, maxWidth: 512, maxHeight: 512, ); } Dart GitHub ImagesFlutter
Gallery A Flutter plugin that retrieves images and videos from mobile native gallery A Flutter plugin that retrieves images and videos from mobile native gallery 13 November 2021
Images A versatile Android application that allows users to explore and manage their favorite images A versatile Android application that allows users to explore and manage their favorite images 07 October 2023