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
|
- 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:
|
env:
|
||||||
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
|
||||||
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
|
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
|
||||||
@@ -190,7 +190,7 @@ jobs:
|
|||||||
SENTRY_DIST: ${{ matrix.platform == 'android-aab' && 'google-play' || 'general' }}
|
SENTRY_DIST: ${{ matrix.platform == 'android-aab' && 'google-play' || 'general' }}
|
||||||
run: |
|
run: |
|
||||||
dart pub global activate sentry_dart_plugin
|
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
|
- name: Code Sign
|
||||||
|
|||||||
@@ -173,7 +173,7 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: main
|
ref: HEAD
|
||||||
resolved-ref: "19d83cba60de91143491a441b5076583bf1681a8"
|
resolved-ref: "19d83cba60de91143491a441b5076583bf1681a8"
|
||||||
url: "https://github.com/hiddify-com/flutter_circle_flags.git"
|
url: "https://github.com/hiddify-com/flutter_circle_flags.git"
|
||||||
source: git
|
source: git
|
||||||
|
|||||||
@@ -74,14 +74,12 @@ dependencies:
|
|||||||
dart_mappable: ^4.2.1
|
dart_mappable: ^4.2.1
|
||||||
fluentui_system_icons: ^1.1.229
|
fluentui_system_icons: ^1.1.229
|
||||||
# circle_flags: ^4.0.2
|
# circle_flags: ^4.0.2
|
||||||
circle_flags:
|
|
||||||
git:
|
|
||||||
url: https://github.com/hiddify-com/flutter_circle_flags.git
|
|
||||||
ref: main
|
|
||||||
http: ^1.2.0
|
http: ^1.2.0
|
||||||
timezone_to_country: ^2.1.0
|
timezone_to_country: ^2.1.0
|
||||||
json_path: ^0.7.1
|
json_path: ^0.7.1
|
||||||
permission_handler: ^11.3.0
|
permission_handler: ^11.3.0
|
||||||
|
circle_flags:
|
||||||
|
git: https://github.com/hiddify-com/flutter_circle_flags.git
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|||||||
Reference in New Issue
Block a user