fix: pub get issue?
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -182,7 +182,7 @@ jobs:
|
||||
|
||||
|
||||
- name: Upload Debug Symbols
|
||||
if: ${{ inputs.upload-artifact && inputs.tag-name != 'draft' && !startsWith(matrix.platform,'windows') }}
|
||||
if: ${{ inputs.upload-artifact && inputs.tag-name != 'draft' }}
|
||||
env:
|
||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
|
||||
@@ -190,7 +190,7 @@ jobs:
|
||||
SENTRY_DIST: ${{ matrix.platform == 'android-aab' && 'google-play' || 'general' }}
|
||||
run: |
|
||||
dart pub global activate sentry_dart_plugin
|
||||
dart run sentry_dart_plugin || echo "Error in sentry_dart_plugin"
|
||||
dart run sentry_dart_plugin
|
||||
|
||||
|
||||
- name: Code Sign
|
||||
|
||||
@@ -173,7 +173,7 @@ packages:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: main
|
||||
ref: HEAD
|
||||
resolved-ref: "19d83cba60de91143491a441b5076583bf1681a8"
|
||||
url: "https://github.com/hiddify-com/flutter_circle_flags.git"
|
||||
source: git
|
||||
|
||||
@@ -74,14 +74,12 @@ dependencies:
|
||||
dart_mappable: ^4.2.1
|
||||
fluentui_system_icons: ^1.1.229
|
||||
# circle_flags: ^4.0.2
|
||||
circle_flags:
|
||||
git:
|
||||
url: https://github.com/hiddify-com/flutter_circle_flags.git
|
||||
ref: main
|
||||
http: ^1.2.0
|
||||
timezone_to_country: ^2.1.0
|
||||
json_path: ^0.7.1
|
||||
permission_handler: ^11.3.0
|
||||
circle_flags:
|
||||
git: https://github.com/hiddify-com/flutter_circle_flags.git
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
||||
Reference in New Issue
Block a user