fix: pub get issue?

This commit is contained in:
Hiddify
2024-03-10 16:10:55 +01:00
parent 2d795ed601
commit 844f320ce9
3 changed files with 5 additions and 7 deletions

View File

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

View File

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

View File

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