You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used the cropper for my web application but when i open it with mobile and try to crop and image it will show a white image,
i'm using the latest version crop_image: ^1.0.11 at the moment.
i'm using this code:
final bitmap = await controller.croppedBitmap();
await bitmap.toByteData()
Flutter Doctor:
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.13.9, on macOS 11.7.10 20G1427 darwin-x64, locale en)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[!] Xcode - develop for iOS and macOS (Xcode 13.0)
✗ Flutter requires Xcode 14 or higher.
Download the latest version or update via the Mac App Store.
[✓] Chrome - develop for the web
[!] Android Studio (not installed)
[✓] VS Code (version 1.83.1)
[✓] Connected device (2 available)
[✓] Network resources
! Doctor found issues in 2 categories.
The text was updated successfully, but these errors were encountered:
YawarOsman
changed the title
The cropper don't work on mobile web
The cropper don't work on mobile and tablet web
Nov 1, 2023
I have used the cropper for my web application but when i open it with mobile and try to crop and image it will show a white image,
i'm using the latest version
crop_image: ^1.0.11
at the moment.i'm using this code:
Flutter Doctor:
The text was updated successfully, but these errors were encountered: