Fix crisp

This commit is contained in:
Vishnu Mohandas 2021-06-11 13:54:35 +05:30
parent 0786a5e094
commit 608a9db0d2
4 changed files with 15 additions and 4 deletions

View file

@ -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

View file

@ -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",

View file

@ -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

View file

@ -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"