diff --git a/android/app/build.gradle b/android/app/build.gradle index a74c195..293ad3a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -45,7 +45,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "com.didvan.didvanapp" - minSdkVersion 18 + minSdkVersion 21 targetSdkVersion 30 versionCode flutterVersionCode.toInteger() versionName flutterVersionName diff --git a/pubspec.lock b/pubspec.lock index e678844..0aa30c6 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -252,6 +252,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "4.0.0" + image_cropper: + dependency: "direct main" + description: + name: image_cropper + url: "https://pub.dartlang.org" + source: hosted + version: "1.4.1" image_picker: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index e588d03..7a1a0c4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -60,6 +60,7 @@ dependencies: another_flushbar: ^1.10.28 persian_datetime_picker: ^2.4.0 persian_number_utility: ^1.1.1 + image_cropper: ^1.4.1 dev_dependencies: flutter_test: