Skip to content

Commit

Permalink
Upgrade receive_intent dependency to fix release build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyrat committed Aug 9, 2024
1 parent 8ee54f8 commit cf98b65
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
9 changes: 5 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -921,10 +921,11 @@ packages:
receive_intent:
dependency: "direct main"
description:
name: receive_intent
sha256: "59afac5bcac8a0c6fc5067d03b4daeb260399cc8485256d6fe40a26640512cda"
url: "https://pub.dev"
source: hosted
path: "."
ref: master
resolved-ref: "13c662cbfb3a8f67984a8ffae1baf4e0f9e79aef"
url: "https://github.com/kee-org/receive_intent"
source: git
version: "0.2.5"
sensitive_clipboard:
dependency: "direct main"
Expand Down
9 changes: 6 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ dependencies:
flutter_file_dialog: ^3.0.2
base32: ^2.1.3
flutter_speed_dial: ^7.0.0
receive_intent: ^0.2.5
receive_intent: #^0.2.5
git:
url: https://github.com/kee-org/receive_intent
ref: master
platform: ^3.1.5
email_validator: ^3.0.0
convert: ^3.1.1
Expand Down Expand Up @@ -143,8 +146,8 @@ dependency_overrides:
# path: ../flutter_autofill_service/
# barcode_scan2:
# path: ../barcode_scan2/
# rate_my_app:
# path: ../RateMyApp/
# receive_intent:
# path: ../receive_intent/
# share_plus:
# path: ../plus_plugins/packages/share_plus/share_plus/

Expand Down

0 comments on commit cf98b65

Please sign in to comment.