diff --git a/ios/Podfile.lock b/ios/Podfile.lock index cf98b264b..3a57f3223 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -38,6 +38,8 @@ PODS: - FMDB (2.7.5): - FMDB/standard (= 2.7.5) - FMDB/standard (2.7.5) + - image_editor (0.0.1): + - Flutter - in_app_purchase (0.0.1): - Flutter - libwebp (1.1.0): @@ -103,6 +105,7 @@ DEPENDENCIES: - flutter_user_agent (from `.symlinks/plugins/flutter_user_agent/ios`) - fluttercontactpicker (from `.symlinks/plugins/fluttercontactpicker/ios`) - fluttertoast (from `.symlinks/plugins/fluttertoast/ios`) + - image_editor (from `.symlinks/plugins/image_editor/ios`) - in_app_purchase (from `.symlinks/plugins/in_app_purchase/ios`) - local_auth (from `.symlinks/plugins/local_auth/ios`) - move_to_background (from `.symlinks/plugins/move_to_background/ios`) @@ -158,6 +161,8 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/fluttercontactpicker/ios" fluttertoast: :path: ".symlinks/plugins/fluttertoast/ios" + image_editor: + :path: ".symlinks/plugins/image_editor/ios" in_app_purchase: :path: ".symlinks/plugins/in_app_purchase/ios" local_auth: @@ -203,6 +208,7 @@ SPEC CHECKSUMS: fluttercontactpicker: 36cf7811f583f3c5aec3c53efcbf366b9cdfdf51 fluttertoast: 6122fa75143e992b1d3470f61000f591a798cc58 FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a + image_editor: c1d038630eedea60d2dee9c14f36aa66c7f9cfab in_app_purchase: 3e2155afa9d03d4fa32d9e62d567885080ce97d6 libwebp: 946cb3063cea9236285f7e9a8505d806d30e07f3 local_auth: 25938960984c3a7f6e3253e3f8d962fdd16852bd diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 15c584ffa..b015bc229 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -252,6 +252,7 @@ "${BUILT_PRODUCTS_DIR}/flutter_user_agent/flutter_user_agent.framework", "${BUILT_PRODUCTS_DIR}/fluttercontactpicker/fluttercontactpicker.framework", "${BUILT_PRODUCTS_DIR}/fluttertoast/fluttertoast.framework", + "${BUILT_PRODUCTS_DIR}/image_editor/image_editor.framework", "${BUILT_PRODUCTS_DIR}/in_app_purchase/in_app_purchase.framework", "${BUILT_PRODUCTS_DIR}/libwebp/libwebp.framework", "${BUILT_PRODUCTS_DIR}/local_auth/local_auth.framework", @@ -290,6 +291,7 @@ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/flutter_user_agent.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/fluttercontactpicker.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/fluttertoast.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/image_editor.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/in_app_purchase.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/libwebp.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/local_auth.framework", diff --git a/pubspec.lock b/pubspec.lock index c6d1a383a..92f418f9d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -137,9 +137,11 @@ packages: crisp: dependency: "direct main" description: - name: crisp - url: "https://pub.dartlang.org" - source: hosted + path: "." + ref: HEAD + resolved-ref: "8adaf5d76e384a297008d8154dff002162d8afbd" + url: "https://github.com/kcrebound/flutter-crisp.git" + source: git version: "0.1.6" crypto: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index 3fca2dbff..3816d73d0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -54,7 +54,8 @@ dependencies: computer: ^1.0.2 flutter_secure_storage: ^4.2.0 uni_links: ^0.5.1 - crisp: ^0.1.6 + crisp: + git: https://github.com/kcrebound/flutter-crisp.git flutter_sodium: ^0.2.0 pedantic: ^1.9.2 page_transition: "^1.1.7+2"