flutter_image_cropper
flutter_image_cropper copied to clipboard
A Flutter plugin for Android and iOS supports cropping images
Not Available
I have added the activity in AndroidManifest.xml and migrated the project to v2 embedding. `ImageCropper.cropIamge()` works fine when debugging, but when I build a release APK and run the same...
Assertion will not compile in production and assert file existence is not much useful in lab environment. Moreover it is not easy for testing.
When using a custom aspect ratio, the ratio rotated with the rotation of the image. By changing the order of calls in the options, this can be prevented and keeps...
App gets crashed when open Ucrop window with below details D/ViewRootImpl[UCropActivity](28174): windowFocusChanged hasFocus=true inTouchMode=true D/TransformImageView(28174): Image size: [2160:2160] 2 E/sqlite3_android(28174): [IKR-38846] ONEPLUS_NAME_PARTS_MATCH SQLITE_OK I/111 (28174): OptJank - high percentage:0.45 F/libc...
Below error is happening when building: ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:mergeDebugAssets'. > Could not resolve all files for configuration...
``` Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':image_cropper:compileDebugAidl'. > Could not resolve all task dependencies for configuration ':image_cropper:debugCompileClasspath'. > Could...
I have got below error While building apk. Please let me know about the fix Running Gradle task 'assembleRelease'... FAILURE: Build failed with an exception. * What went wrong: Could...
Hello Guy's, this is my first write here. Sorry, I am bad in English. when I add: `image_cropper: ^1.4.1` in dependencies and run the code I taking this error: --------------------------------------------------------------------------------------------------------...