From 86e2f3b2d7247a93f221bcca30a0dd89539755d8 Mon Sep 17 00:00:00 2001 From: poka Date: Sun, 12 Jun 2022 22:12:00 +0200 Subject: [PATCH] feat: crop circle avatar on import --- android/app/src/main/AndroidManifest.xml | 4 +++ lib/providers/wallet_options.dart | 32 +++++++++++++++++++----- pubspec.lock | 21 ++++++++++++++++ pubspec.yaml | 3 ++- 4 files changed, 53 insertions(+), 7 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 0cf7229..7e7c2d3 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -42,6 +42,10 @@ + =2.12.0 <3.0.0' @@ -71,6 +71,7 @@ dependencies: dots_indicator: ^2.1.0 web_socket_channel: ^2.2.0 connectivity_plus: ^2.3.3 + image_cropper: ^2.0.3 dev_dependencies: # flutter_launcher_icons: ^0.9.2